STK ObjectsSend 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
);
[Python - STK API ]
@property
def FillPersistence(self) -> bool:

@FillPersistence.setter
def FillPersistence(self, vVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.