STK ObjectsSend comments on this topic.
UseInstNameLabel Property (IAgMsGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether to use the name of the missile (as shown in the Object Browser) as its label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseInstNameLabel() As Boolean
[C#]
public bool UseInstNameLabel {get; set;}
[Managed C++]
public: __property bool get_UseInstNameLabel();
public: __property void set_UseInstNameLabel( bool );
[Unmanaged C++]
public: HRESULT get_UseInstNameLabel(
    VARIANT_BOOL * pUseInstName
);
public: HRESULT put_UseInstNameLabel(
    VARIANT_BOOL pUseInstName
);
[Java]
public bool getUseInstNameLabel();
public void setUseInstNameLabel(
    bool
);
[Python - STK API ]
@property
def UseInstNameLabel(self) -> bool:

@UseInstNameLabel.setter
def UseInstNameLabel(self, pUseInstName:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.