AGI STK Astrogator 11 Send comments on this topic.
ShowToleranceBand Property (IAgVATargeterGraphResult)
See Also 





Description

Show the tolerance band.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowToleranceBand();
public: __property void set_ShowToleranceBand(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowToleranceBand(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowToleranceBand(
VARIANT_BOOL NewShowToleranceBand
);

[Java]
public bool getShowToleranceBand();public void setShowToleranceBand(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1