<Code Lib>
2024 Method
Changes 0
M

DirectShapeLibrary.Contains

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

public bool Contains(
	string id
)

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

Loading…