AlignmentStationLabelSetOptionsInterval Property |
The interval between labels to be created in the set, in Revit internal model units (standard Imperial feet).
The default value is null.
When null, a predefined interval value will be used, depending on the unit setting for stationing units in the document.
For standard imperial, the default is 100 ft.
For survey imperial, the default is 100 USft (US survey).
For metric, the default is 1000 m.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double? Interval { get; set; }
Public Property Interval As Double?
Get
Set
public:
property Nullable<double> Interval {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Interval : Nullable<float> with get, set
Property Value
NullableDouble
See Also