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






Windows & Linux

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 * pVal
);
public: HRESULT put_DisplayTimesHidesPersistance(
    VARIANT_BOOL vVal
);
[Java]
public bool getDisplayTimesHidesPersistance();
public void setDisplayTimesHidesPersistance(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.