Get the MTO's 2D range contour graphics.
Read-only property
[Visual Basic .NET] |
---|
Public Property RangeContours() As IAgGfxRangeContours |
[C#] |
---|
public IAgGfxRangeContours RangeContours {get;} |
[Managed C++] |
---|
public: __property IAgGfxRangeContours ^ get_RangeContours(); |
[Unmanaged C++] |
---|
public: HRESULT get_RangeContours( IAgGfxRangeContours ** ppVal ); |
[Java] |
---|
public IAgGfxRangeContours getRangeContours(); |
[Python - STK API ] |
---|
@property def RangeContours(self) -> "IAgGfxRangeContours": |