Represents the distance from either the top or base of the wall for horizontal sweeps,
or the parameter along the wall's path curve for vertical ones.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
C# |
---|
public double Distance { get; set; } |
Visual Basic |
---|
Public Property Distance As Double Get Set |
Visual C++ |
---|
public: property double Distance { double get (); void set (double value); } |