Get the vehicle's 2D ground ellipses
graphics.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property GroundEllipses() As IAgVeGfxGroundEllipsesCollection
|
| [C#] |
|---|
public IAgVeGfxGroundEllipsesCollection GroundEllipses {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeGfxGroundEllipsesCollection^ get_GroundEllipses();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_GroundEllipses(
|
| [Java] |
|---|
public IAgVeGfxGroundEllipsesCollection getGroundEllipses();
|