The offset of the bottom end of the blend relative to the sketch plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public double BottomOffset { get; set; } |
Visual Basic |
---|
Public Property BottomOffset As Double
Get
Set |
Visual C++ |
---|
public:
property double BottomOffset {
double get ();
void set (double value);
} |
See Also