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






Windows & Linux

Description

Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsNameVisible();
public: __property void set_IsNameVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsNameVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsNameVisible(
VARIANT_BOOL NewIsNameVisible
);

[Java]
public bool getIsNameVisible();public void setIsNameVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface