2027 Method
Changes 0
M

IFCAnyHandle.IsTypeOf

Description:
Determines whether the instance is an instance of exactly the specified instance type.
public bool IsTypeOf(
	string typeName
)
  • String
    typeName
    The instance type name.
Return Value Boolean True if the instance is an instance of the specified instance type, false otherwise.