<Code Lib>
2025 Method
Changes 0
M

IFCAnyHandle.IsSubTypeOf

Description:
Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.

public bool IsSubTypeOf(
	string typeName
)

  • typeName
    The instance type name.
Return Value Boolean True if the instance is an instance of the specified instance type or its subtype, false otherwise.

Loading…