Specifies whether a Static Highlight appears in the 2D Graphics window. The Static Highlight is a thick line overlaying portions of a vehicle's ground track during access periods.
Read-write property
[Visual Basic .NET] |
---|
Public Property StaticGfx() As Boolean |
[C#] |
---|
public bool StaticGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_StaticGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_StaticGfx( VARIANT_BOOL * pVal ); public: HRESULT put_StaticGfx( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getStaticGfx(); public void setStaticGfx( bool ); |