OpenMetaverse Protocol Library Developers API Documentation
PickInfoUpdate Method (pickID, topPick, parcelID, name, globalPosition, textureID, description)
NamespacesOpenMetaverseAgentManagerPickInfoUpdate(UUID, Boolean, UUID, String, Vector3d, UUID, String)
Create or update profile pick
Declaration Syntax
C#
public
void
PickInfoUpdate(

UUID
pickID,

bool
topPick,

UUID
parcelID,

string
name,

Vector3d
globalPosition,

UUID
textureID,

string
description
)
Parameters
pickID ( UUID)
UUID of the pick to update, or random UUID to create a new pick
topPick ( Boolean)
Is this a top pick? (typically false)
parcelID ( UUID)
UUID of the parcel (UUID.Zero for the current parcel)
name ( String)
Name of the pick
globalPosition ( Vector3d)
Global position of the pick landmark
textureID ( UUID)
UUID of the image displayed with the pick
description ( String)
Long description of the pick

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