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

Return Value bool True if a geometry definition exists, false otherwise.

Loading…