If true, trajectory segments are displayed in the 2D Graphics window in the colors selected for the respective segments; the 2D Graphics Attributes page will be configured for Custom Intervals and each segment will be assigned an interval. If this option is not selected, then the color of the trajectory is defined by the 2D Graphics Attributes page.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableTrajectorySegmentColors() As Boolean |
[C#] |
---|
public bool EnableTrajectorySegmentColors {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableTrajectorySegmentColors(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableTrajectorySegmentColors( VARIANT_BOOL * pVal ); public: HRESULT put_EnableTrajectorySegmentColors( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableTrajectorySegmentColors(); public void setEnableTrajectorySegmentColors( bool ); |