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





Windows & Linux

Description

Get the range contour graphics.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.