OpenMetaverse Protocol Library Developers API Documentation
SetFlexible Method (simulator, localID, flexible)
NamespacesOpenMetaverseObjectManagerSetFlexible(Simulator, UInt32, Primitive . . :: . . FlexibleData)
Set the flexible data on an object
Declaration Syntax
C#
public 
void 
SetFlexible(
        
Simulator 
simulator,
        
uint 
localID,
        
Primitive

.
.
::
.
.
FlexibleData 
flexible
)
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
flexible ( Primitive . . :: . . FlexibleData)
A object containing the data to set
See Also

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