OpenMetaverse Protocol Library Developers API Documentation
SetNames Method (simulator, localIDs, names)
NamespacesOpenMetaverseObjectManagerSetNames(Simulator, array< UInt32 > [] () [] [] , array< String > [] () [] [] )
Set the name of multiple objects
Declaration Syntax
C#
public 
void 
SetNames(
        
Simulator 
simulator,
        
uint[] 
localIDs,
        
string[] 
names
)
Parameters
simulator ( Simulator)
A reference to the object where the objects reside
localIDs ( array< UInt32 > [] () [] [] )
An array which contains the IDs of the objects to change the name of
names ( array< String > [] () [] [] )
An array which contains the new names of the objects
See Also

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