OpenMetaverse Protocol Library Developers API Documentation
ForceSelectObjectsReplyEventArgs Constructor (simulator, objectIDs, resetList)
NamespacesOpenMetaverse ForceSelectObjectsReplyEventArgsForceSelectObjectsReplyEventArgs(Simulator, List < (Of < <' ( UInt32 > ) > > ) , Boolean)
Construct a new instance of the ForceSelectObjectsReplyEventArgs class
Declaration Syntax
C#
public 
ForceSelectObjectsReplyEventArgs(
        
Simulator 
simulator,
        
List<
uint> 
objectIDs,
        
bool 
resetList
)
Parameters
simulator ( Simulator)
The simulator the parcel data was retrieved from
objectIDs ( List < (Of < ( <' UInt32 > ) > ) > )
The list of primitive IDs
resetList ( Boolean)
true if the list is clean and contains the information only for a given request

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