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





Description

Specify whether to allow display times to affect the sensor's persistence on/off state.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayTimesHidesPersistance() As Boolean

[C#]
public bool DisplayTimesHidesPersistance {get; set;}

[Managed C++]
public: __property bool get_DisplayTimesHidesPersistance();
public: __property void set_DisplayTimesHidesPersistance(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplayTimesHidesPersistance(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayTimesHidesPersistance(
VARIANT_BOOL NewDisplayTimesHidesPersistance
);

[Java]
public bool getDisplayTimesHidesPersistance();public void setDisplayTimesHidesPersistance(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1