AGI STK Astrogator 11 Send comments on this topic.
EnableTrajectorySegmentColors Property (IAgVAMCSOptions)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableTrajectorySegmentColors() As Boolean

[C#]
public bool EnableTrajectorySegmentColors {get; set;}

[Managed C++]
public: __property bool get_EnableTrajectorySegmentColors();
public: __property void set_EnableTrajectorySegmentColors(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableTrajectorySegmentColors(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableTrajectorySegmentColors(
VARIANT_BOOL NewEnableTrajectorySegmentColors
);

[Java]
public bool getEnableTrajectorySegmentColors();public void setEnableTrajectorySegmentColors(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1