RebarContainerItemMaxSpacing Property |
Identifies the maximum spacing between rebar in rebar set.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double MaxSpacing { get; set; }
Public Property MaxSpacing As Double
Get
Set
public:
property double MaxSpacing {
double get ();
void set (double value);
}
member MaxSpacing : float with get, set
Property Value
Double
Exceptions
See Also