Revit 2024 API |
LineLoad..::..IsProjected Property |
LineLoad Class See Also |
Indicates if the load is projected.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2016
Syntax
C# |
---|
public bool IsProjected { get; set; } |
Visual Basic |
---|
Public Property IsProjected As Boolean Get Set |
Visual C++ |
---|
public: property bool IsProjected { bool get (); void set (bool value); } |
Remarks
Returns true if the line load is projected, false otherwise.
This parameter will take effect only if LineLoad.OrientTo property is set to LoadOrientTo.Project.