STK ObjectsSend comments on this topic.
Persistence Property (IAgSnProjection)
See Also
Windows





Windows & Linux

Description

Persistence time, the length of time the sensor's footprint remains visible during animation. Used to display sensor footprints for a specified period of time so that you can determine quickly and easily whether coverage requirements are being met. Uses Time Dimension

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Persistence() As Double
[C#]
public double Persistence {get; set;}
[Managed C++]
public: __property double get_Persistence();
public: __property void set_Persistence( double );
[Unmanaged C++]
public: HRESULT get_Persistence(
    double * pVal
);
public: HRESULT put_Persistence(
    double pVal
);
[Java]
public double getPersistence();
public void setPersistence(
    double
);
[Python - STK API ]
@property
def Persistence(self) -> float:

@Persistence.setter
def Persistence(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.