2027 Method
Changes 0
M

DirectShapeLibrary.AddDefinitionType

Description:
Add a definition to be reused by instances. Adding a definition type will change how the instances are created. When asked to create a definition, the library object will look for a corresponding type object.
public void AddDefinitionType(
	string id,
	ElementId typeId
)
  • String
    id
    ID of the definition to be added. Must be unique.
  • typeId
    Element id of the DirectShapeType element that will be used as a definition.