Aqualogic Interaction API  
 

IPTServerContext.SetObjectID Method 

Sets this object's ID.

void SetObjectID(
   int iObjectID
);

Parameters

iObjectID
- The new ID of the object. Most implementations will throw an exception since object ID gets set when the object is created and cannot be subsequently modified.

See Also

IPTServerContext Interface | com.plumtree.server Namespace