OpenMetaverse Protocol Library Developers API Documentation
SetName Method (simulator, localID, name)
NamespacesOpenMetaverseObjectManagerSetName(Simulator, UInt32, String)
Set the name of an object
Declaration Syntax
C#
public 
void 
SetName(
        
Simulator 
simulator,
        
uint 
localID,
        
string 
name
)
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
name ( String)
A string containing the new name of the object
See Also

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