AGI STK Objects 11 Send comments on this topic.
EllipseName Property (IAgVeGroundEllipseElement)
See Also 





Description

The name of the ground ellipse.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EllipseName() As String

[C#]
public string EllipseName {get; set;}

[Managed C++]
public: __property String __gc ^ get_EllipseName();
public: __property void set_EllipseName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_EllipseName(
BSTR * pRetVal
);
public: HRESULT put_EllipseName(
BSTR NewEllipseName
);

[Java]
public String getEllipseName();public void setEllipseName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1