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






Windows & Linux

Description

Show 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.