Opt whether to display the region covered by the sensor footprint as a filled area.
Read-write property
[Visual Basic .NET] |
---|
Public Property FillVisible() As Boolean |
[C#] |
---|
public bool FillVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_FillVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_FillVisible( VARIANT_BOOL * pVal ); public: HRESULT put_FillVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getFillVisible(); public void setFillVisible( bool ); |