OpenMetaverse Protocol Library Developers API Documentation
EstateGroupsReplyEventArgs Constructor (estateID, count, allowedGroups)
NamespacesOpenMetaverse EstateGroupsReplyEventArgsEstateGroupsReplyEventArgs(UInt32, Int32, List < (Of < <' ( UUID > ) > > ) )
Construct a new instance of the EstateGroupsReplyEventArgs class
Declaration Syntax
C#
public 
EstateGroupsReplyEventArgs(
        
uint 
estateID,
        
int 
count,
        
List<
UUID> 
allowedGroups
)
Parameters
estateID ( UInt32)
The estate's identifier on the grid
count ( Int32)
The number of Groups
allowedGroups ( List < (Of < ( <' UUID > ) > ) > )
Allowed Groups UUIDs

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