Options for a DirectShapeType which affect whether or not it can be assigned as the type of a DirectShape.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public enum DirectShapeTypeUserAssignability
Members
Member name | Value | Description |
---|---|---|
Assignable | 0 | The DirectShapeType can be used to replace the type of an existing DirectShape. |
Nonassignable | 1 | The DirectShapeType cannot be used to replace the type of an existing DirectShape. |