For a multiplanar rebar, the depth of the instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2009
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().MultiplanarDepth property instead.")]
public double MultiplanarDepth { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().MultiplanarDepth property instead.")> _
Public Property MultiplanarDepth As Double
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().MultiplanarDepth property instead.")]
public:
property double MultiplanarDepth {
double get ();
void set (double value);
} |
Remarks
Exceptions
See Also