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





Description

Display the label for the facility, place or target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelVisible() As Boolean

[C#]
public bool LabelVisible {get; set;}

[Managed C++]
public: __property bool get_LabelVisible();
public: __property void set_LabelVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_LabelVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_LabelVisible(
VARIANT_BOOL NewLabelVisible
);

[Java]
public bool getLabelVisible();public void setLabelVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1