Specify whether to display the sensor's footprints as filled areas on the surface of the central body.
Read-write property
[Visual Basic .NET] |
---|
Public Property FillPersistence() As Boolean |
[C#] |
---|
public bool FillPersistence {get; set;} |
[Managed C++] |
---|
public: __property bool get_FillPersistence(); |
[Unmanaged C++] |
---|
public: HRESULT get_FillPersistence( VARIANT_BOOL * pVal ); public: HRESULT put_FillPersistence( VARIANT_BOOL vVal ); |
[Java] |
---|
public bool getFillPersistence(); public void setFillPersistence( bool ); |