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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.