AGI STK Astrogator 11 Send comments on this topic.
ShowLabelIterations Property (IAgVATargeterGraph)
See Also 





Description

Label each of the points on the graph labeled according to its iteration number.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowLabelIterations();
public: __property void set_ShowLabelIterations(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowLabelIterations(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLabelIterations(
VARIANT_BOOL NewShowLabelIterations
);

[Java]
public bool getShowLabelIterations();public void setShowLabelIterations(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1