STK Common Entity LibrarySend comments on this topic.
RemainingTimeToLive Property (IAgEntityTimeToLive)
See Also
Windows





Windows & Linux

Description

The remaining number of seconds before an entity is purged from the system.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RemainingTimeToLive() As Integer
[C#]
public int RemainingTimeToLive {get; set;}
[Managed C++]
public: __property int get_RemainingTimeToLive();
public: __property void set_RemainingTimeToLive( int );
[Unmanaged C++]
public: HRESULT get_RemainingTimeToLive(
    long * pRemainingTimeToLive
);
public: HRESULT put_RemainingTimeToLive(
    long RemainingTimeToLive
);
[Java]
public int getRemainingTimeToLive();
public void setRemainingTimeToLive(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.