<Code Lib>
2020 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
)

Return Value bool True if the instance is an instance of the specified instance type or its subtype, false otherwise.

Loading…