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.
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
)
-
StringidID of the definition to be added. Must be unique.
-
typeIdElement id of the DirectShapeType element that will be used as a definition.
-
A non-optional argument was null