<Code Lib>
2024 Method
Changes 0
M

DirectShapeLibrary.ContainsType

Description:
A quick check whether a definition type already exists in the library. Checks for type objects only.

public bool ContainsType(
	string name
)

  • String
    name
    Definition id
Return Value bool True if a geometry definition exists, false otherwise.

Loading…