SOLIDWORKS PDM Professional API Help Send Feedback
IsKindOf Method (IEdmObject5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmObject5 Interface : IsKindOf Method (IEdmObject5)


__MIDL__IEdmObject50000
Type of object as defined in EdmObjectType
Checks whether the object is of a certain type.

Syntax

Visual Basic 
Function IsKindOf( _
   ByVal __MIDL__IEdmObject50000 As EdmObjectType _
) As System.Boolean
C# 
System.bool IsKindOf( 
   EdmObjectType __MIDL__IEdmObject50000
)
C++/CLI 
System.bool IsKindOf( 
&   EdmObjectType __MIDL__IEdmObject50000
) 

Parameters

__MIDL__IEdmObject50000
Type of object as defined in EdmObjectType

Return Value

True if the object is of the specified type, false if not

Example

Remarks

Return code S_OK indicates that the method successfully executed.

 

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional