<Code Lib>
2027 Method
Changes 0
M

DirectShapeLibrary.FindDefinitionType

Description:
Find a DirectShapeType element by definition id. The element will be used for creating instances of that definition.

public ElementId FindDefinitionType(
	string id
)

  • String
    id
    Definition id. Expected to be unique.
Return Value ElementId Element id of a DirectShapeTypeElement

Loading…