Description
Opt whether to display fill for the sensor
projection, i.e. to display the sensor's footprint as a filled area
on the surface of the central body.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property FillVisible() As Boolean
|
[C#] |
public bool FillVisible {get; set;}
|
[Managed C++] |
public: __property bool get_FillVisible();
public: __property void set_FillVisible(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_FillVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_FillVisible(
VARIANT_BOOL NewFillVisible
);
|
[Java] |
public bool getFillVisible();public void setFillVisible(
bool
);
|
See Also