| Revit Preview Release API |
| DimensionType..::..StyleType Property |
| DimensionType Class See Also |
The dimension style type of this DimensionType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public DimensionStyleType StyleType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StyleType As DimensionStyleType Get |
| Visual C++ |
|---|
public: property DimensionStyleType StyleType { DimensionStyleType get (); } |