AGI Common Entity Library 11 Send 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 * pRetVal
);
public: HRESULT put_RemainingTimeToLive(
long NewRemainingTimeToLive
);

[Java]
public int getRemainingTimeToLive();public void setRemainingTimeToLive(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface