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






Windows & Linux

Description

Show desired value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowDesiredValue() As Boolean
[C#]
public bool ShowDesiredValue {get; set;}
[Managed C++]
public: __property bool get_ShowDesiredValue();
public: __property void set_ShowDesiredValue(
   bool
);
[Unmanaged C++]
public: HRESULT get_ShowDesiredValue(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowDesiredValue(
   VARIANT_BOOL NewShowDesiredValue
);
[Java]
public bool getShowDesiredValue();public void setShowDesiredValue(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.