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






Windows & Linux

Description

Opt whether to display the point marker for each ellipse in the ellipse set.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsCenterVisible();
public: __property void set_IsCenterVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsCenterVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsCenterVisible(
VARIANT_BOOL NewIsCenterVisible
);

[Java]
public bool getIsCenterVisible();public void setIsCenterVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface