STK AstrogatorSend comments on this topic.
ShowDesiredValue Property (IAgVATargeterGraphResult)
See Also
Windows





Windows & Linux

Description

Show the 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 * pVal
);
public: HRESULT put_ShowDesiredValue(
    VARIANT_BOOL InVal
);
[Java]
public bool getShowDesiredValue();
public void setShowDesiredValue(
    bool
);
[Python - STK API ]
@property
def ShowDesiredValue(self) -> bool:

@ShowDesiredValue.setter
def ShowDesiredValue(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.