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

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