The dimension style of this dimension.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public DimensionType DimensionType { get; set; } |
Visual Basic |
---|
Public Property DimensionType As DimensionType Get Set |
Visual C++ |
---|
public: property DimensionType^ DimensionType { DimensionType^ get (); void set (DimensionType^ value); } |