Revit 2026 API
Spot |
The dimension style of this dimension.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SpotDimensionType SpotDimensionType { get; set; }
Public Property SpotDimensionType As SpotDimensionType Get Set
public: property SpotDimensionType^ SpotDimensionType { SpotDimensionType^ get (); void set (SpotDimensionType^ value); }
member SpotDimensionType : SpotDimensionType with get, set
Property Value
SpotDimensionType| Exception | Condition |
|---|---|
| ArgumentNullException | When setting this property: A non-optional argument was null |
See Also