OpenMetaverse Protocol Library Developers API Documentation
SetPosition Method (simulator, localID, position, childOnly)
NamespacesOpenMetaverseObjectManagerSetPosition(Simulator, UInt32, Vector3, Boolean)
Change the position of an object
Declaration Syntax
C#
public 
void 
SetPosition(
        
Simulator 
simulator,
        
uint 
localID,
        
Vector3 
position,
        
bool 
childOnly
)
Parameters
simulator ( Simulator)
A reference to the object where the object resides
localID ( UInt32)
The objects ID which is local to the simulator the object is in
position ( Vector3)
The new position of the object
childOnly ( Boolean)
if true, will change position of (this) child prim only, not entire linkset
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)