Get the elevation contours graphics.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElevContours() As IAgVeGfxElevContours
|
[C#] |
---|
public IAgVeGfxElevContours ElevContours {get;}
|
[Managed C++] |
---|
public: __property IAgVeGfxElevContours^ get_ElevContours();
|
[Unmanaged C++] |
---|
public: HRESULT get_ElevContours(
|
[Java] |
---|
public IAgVeGfxElevContours getElevContours();
|