STK ObjectsSend comments on this topic.
ElevContours Property (IAgMsGraphics)
See Also
Windows





Windows & Linux

Description

Get the elevation contours graphics.

Property type

Read-only property

Syntax

[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(
    IAgVeGfxElevContours ** ppVal
);
[Java]
public IAgVeGfxElevContours getElevContours();
[Python - STK API ]
@property
def ElevContours(self) -> "IAgVeGfxElevContours":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.