Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property StaticGfx() As Boolean
|
[C#] |
---|
public bool StaticGfx {get; set;}
|
[Managed C++] |
---|
public: __property bool get_StaticGfx(); public: __property void set_StaticGfx( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_StaticGfx( VARIANT_BOOL * pRetVal ); public: HRESULT put_StaticGfx( VARIANT_BOOL NewStaticGfx );
|
[Java] |
---|
public bool getStaticGfx(); public void setStaticGfx( bool );
|
See Also