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