OpenMetaverse Protocol Library Developers API Documentation
SetExtraParamOff Method (simulator, localID, type)
NamespacesOpenMetaverseObjectManagerSetExtraParamOff(Simulator, UInt32, ExtraParamType)
Unset additional primitive parameters on an object
Declaration Syntax
C#
public 
void 
SetExtraParamOff(
        
Simulator 
simulator,
        
uint 
localID,
        
ExtraParamType 
type
)
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
type ( ExtraParamType)
The extra parameters to set
See Also

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