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






Windows & Linux

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 * pVal
);
public: HRESULT put_FillPersistence(
    VARIANT_BOOL vVal
);
[Java]
public bool getFillPersistence();
public void setFillPersistence(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.