nn::nex::DOHandle::IsAKindOf Member Function

Syntax

qBool IsAKindOf(
     DOClassID idDOCID
);

Parameters

Name Description
idDOCID [in] Specifies the duplicated object class ID to check.

Return Values

Description

This function checks whether this handle's duplicated object instance belongs to the class of the specified duplicated object class ID or any of its derived classes.

Use the DOCLASSID macro to get the value of the duplicated object class ID.

See Also

IsA
DuplicatedObject::IsAKindOf

Revision History

2011/01/27
Initial version.

CONFIDENTIAL