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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.