<Code Lib>
2027 Method
Changes 0
M

DirectShapeLibrary.FindDefinition

Description:
Find a definition by id

public IList<GeometryObject> FindDefinition(
	string id
)

  • String
    id
    Definition id. Expecected to be unique
Return Value IList<GeometryObject> List of geometry objects that together define a shape

Loading…