Get the launch vehicle's 2D range contour
properties.
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(
|
| [Java] |
|---|
public IAgGfxRangeContours getRangeContours();
|