AGI STK Objects 11 Send comments on this topic.
UseInstNameLabel Property (IAgTargetGraphics)
See Also 
Windows






Windows & Linux

Description

Use the name of the object as the label for the facility, place or target.

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 * pRetVal
);
public: HRESULT put_UseInstNameLabel(
VARIANT_BOOL NewUseInstNameLabel
);

[Java]
public bool getUseInstNameLabel();public void setUseInstNameLabel(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface