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