AGI STK Objects 11 Send comments on this topic.
IsLabelVisible Property (IAgVeVOProximityAreaObject)
See Also 





Description

Specifies whether to display a label.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsLabelVisible();
public: __property void set_IsLabelVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsLabelVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsLabelVisible(
VARIANT_BOOL NewIsLabelVisible
);

[Java]
public bool getIsLabelVisible();public void setIsLabelVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1