Sets the Layout Rule property of rebar set to Single.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2009
Syntax
C# |
---|
[ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().SetLayoutAsSingle() instead.")]
public void SetLayoutAsSingle() |
Visual Basic |
---|
<ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().SetLayoutAsSingle() instead.")> _
Public Sub SetLayoutAsSingle |
Visual C++ |
---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().SetLayoutAsSingle() instead.")]
public:
void SetLayoutAsSingle() |
Remarks
Exceptions
See Also