Get the vehicle'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(
|
[Java] |
---|
public IAgGfxRangeContours getRangeContours();
|