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


__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

Remarks

See Return Codes for the complete list of potential success and error codes. The following are just a few examples:

  • S_OK indicates that the method successfully executed.
 

See Also