Revit 2021.1 API |
Sweep..::..IsTrajectorySegmentationEnabled Property |
Sweep Class See Also |
The trajectory segmentation option for the sweep.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public bool IsTrajectorySegmentationEnabled { get; set; } |
Visual Basic |
---|
Public Property IsTrajectorySegmentationEnabled As Boolean Get Set |
Visual C++ |
---|
public: property bool IsTrajectorySegmentationEnabled { bool get (); void set (bool value); } |
Remarks
This property is used to retrieve/set the trajectory segmentation state of the sweep.
if return is true, means user can control the MaxSegmentAngle, otherwise is disable.