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

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

Loading…