Revit 2017.1 API |
FootPrintRoof..::..Overhang Property |
FootPrintRoof Class See Also |
Retrieve or set the Overhang of the curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public double this[ ModelCurve pCurve ] { get; set; } |
Visual Basic |
---|
Public Property Overhang ( _ pCurve As ModelCurve _ ) As Double Get Set |
Visual C++ |
---|
public: property double Overhang[ModelCurve^ pCurve] { double get (ModelCurve^ pCurve); void set (ModelCurve^ pCurve, double value); } |
Parameters
- pCurve
- Type: Autodesk.Revit.DB..::..ModelCurve
Remarks
Only applicable when the FootPrintRoof is created with Pick Walls.