The range contours properties for the place.
Read-only property
[Visual Basic .NET] |
---|
Public Property Contours() As IAgGfxRangeContours |
[C#] |
---|
public IAgGfxRangeContours Contours {get;} |
[Managed C++] |
---|
public: __property IAgGfxRangeContours ^ get_Contours(); |
[Unmanaged C++] |
---|
public: HRESULT get_Contours( IAgGfxRangeContours ** ppContours ); |
[Java] |
---|
public IAgGfxRangeContours getContours(); |
[Python - STK API ] |
---|
@property def Contours(self) -> "IAgGfxRangeContours": |