OpenMetaverse Protocol Library Developers API Documentation
ReturnObjects Method (simulator, localID, type, ownerIDs)
NamespacesOpenMetaverseParcelManagerReturnObjects(Simulator, Int32, ObjectReturnType, List < (Of < <' ( UUID > ) > > ) )
Return objects from a parcel
Declaration Syntax
C#
public 
void 
ReturnObjects(
        
Simulator 
simulator,
        
int 
localID,
        
ObjectReturnType

type,
        
List<
UUID> 
ownerIDs
)
Parameters
simulator ( Simulator)
Simulator parcel is in
localID ( Int32)
The parcels region specific local ID
type ( ObjectReturnType)
the type of objects to return,
ownerIDs ( List < (Of < ( <' UUID > ) > ) > )
A list containing object owners s to return
See Also

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