AGI STK Objects 11 Send comments on this topic.
IsLabelsVisible Property (IAgCvGfxStatic)
See Also 





Description

Specify whether the name of each coverage region displays in the 2D Graphics window.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsLabelsVisible();
public: __property void set_IsLabelsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsLabelsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsLabelsVisible(
VARIANT_BOOL NewIsLabelsVisible
);

[Java]
public bool getIsLabelsVisible();public void setIsLabelsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1