nn::nex::DuplicatedObject::IsAKindOf Member Function

Syntax

qBool IsAKindOf(
     DOClassID idDOCID
) const;

Parameters

Name Description
in idDOCID Specifies a duplicated object class ID.

Return Values



Value Description
true This duplicated object is an instance of the duplicated object class indicated by the specified idDOCID, or one of its derived classes.
false This duplicated object is not an instance of the duplicated object class indicated by the specified idDOCID, nor any of the classes whose relationship to that class is indicated by a dotted or dashed line.

Description

Checks whether this duplicated object instance is of the specified duplicated object class or one of its derived classes.

Use the DOCLASSID macro to get the DOClassID of a specified Duplicated Object class.

See Also

IsAKindOf

Revision History

2011/01/27
Initial version.

CONFIDENTIAL