AGI Common Entity Library 11 Send comments on this topic.
DesiredTimeToLive Property (IAgEntityTimeToLive)
See Also 
Windows






Windows & Linux

Description

The desired time in seconds for the entity to remain in the system without an update before being purged.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesiredTimeToLive() As Integer

[C#]
public int DesiredTimeToLive {get; set;}

[Managed C++]
public: __property int get_DesiredTimeToLive();
public: __property void set_DesiredTimeToLive(
int
);

[Unmanaged C++]
public: HRESULT get_DesiredTimeToLive(
long * pRetVal
);
public: HRESULT put_DesiredTimeToLive(
long NewDesiredTimeToLive
);

[Java]
public int getDesiredTimeToLive();public void setDesiredTimeToLive(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface