STK AstrogatorSend comments on this topic.
EnableTrajectorySegmentColors Property (IAgVAMCSOptions)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EnableTrajectorySegmentColors(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableTrajectorySegmentColors();
public void setEnableTrajectorySegmentColors(
    bool
);
[Python - STK API ]
@property
def EnableTrajectorySegmentColors(self) -> bool:

@EnableTrajectorySegmentColors.setter
def EnableTrajectorySegmentColors(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.