[This is preliminary documentation and is subject to change.]

Deselect multiple objects.

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DeselectObjects(
	Simulator simulator,
	uint[] localIDs
)
Public Sub DeselectObjects ( _
	simulator As Simulator, _
	localIDs As UInteger() _
)
public:
void DeselectObjects(
	Simulator^ simulator, 
	array<unsigned int>^ localIDs
)

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 select

See Also