2024 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
)
  • String
    typeName
    The instance type name.
Return Value bool True if the instance is an instance of the specified instance type or its subtype, false otherwise.