AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.