C# Class OpenMetaverse.Messages.Linden.ParcelObjectOwnersReplyMessage.PrimOwner

Prim ownership information for a specified owner on a single parcel
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Count int
IsGroupOwned bool
OnlineStatus bool
OwnerID UUID
TimeStamp System.DateTime

Property Details

Count public property

The total number of prims
public int Count
return int

IsGroupOwned public property

True if the OwnerID is a Group
public bool IsGroupOwned
return bool

OnlineStatus public property

True if the owner is online This is no longer used by the LL Simulators
public bool OnlineStatus
return bool

OwnerID public property

The UUID of the prim owner, UUID.Zero if agent has no permission to view prim owner information
public UUID OwnerID
return UUID

TimeStamp public property

The date the most recent prim was rezzed
public DateTime,System TimeStamp
return System.DateTime