RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Sweep

Sweep.IsTrajectorySegmentationEnabled

Property
Description:
The trajectory segmentation option for the sweep.
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.
Syntax
public bool IsTrajectorySegmentationEnabled { get; set; }