STK AstrogatorSend comments on this topic.
ShowGraphValue Property (IAgVATargeterGraphActiveControl)
See Also
Windows





Windows & Linux

Description

Show the value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowGraphValue() As Boolean
[C#]
public bool ShowGraphValue {get; set;}
[Managed C++]
public: __property bool get_ShowGraphValue();
public: __property void set_ShowGraphValue( bool );
[Unmanaged C++]
public: HRESULT get_ShowGraphValue(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowGraphValue(
    VARIANT_BOOL InVal
);
[Java]
public bool getShowGraphValue();
public void setShowGraphValue(
    bool
);
[Python - STK API ]
@property
def ShowGraphValue(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.