Get the elevation value.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Elevation() As IAgVeGfxElevation
|
| [C#] |
|---|
public IAgVeGfxElevation Elevation {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeGfxElevation^ get_Elevation();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Elevation(
|
| [Java] |
|---|
public IAgVeGfxElevation getElevation();
|