AGI STK Objects 11 Send comments on this topic.
FillPersistence Property (IAgSnProjection)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1