KeepAlive Method
Summary
Keeps the 3D object alive for now, and prevents it from timing out by resetting its timestamp.
Syntax
public static void KeepAlive(
string id
)
Public Shared Sub KeepAlive(
ByVal id As String
)
public:
static void KeepAlive(
String^ id
)
Parameters
id
The id of the 3D object.