OpenMetaverse Protocol Library Developers API Documentation
AgentDataReplyEventArgs Constructor (firstName, lastName, activeGroupID, groupTitle, groupPowers, groupName)
NamespacesOpenMetaverse AgentDataReplyEventArgsAgentDataReplyEventArgs(String, String, UUID, String, GroupPowers, String)
Construct a new instance of the AgentDataReplyEventArgs object
Declaration Syntax
C#
public 
AgentDataReplyEventArgs(
        
string 
firstName,
        
string 
lastName,
        
UUID 
activeGroupID,
        
string 
groupTitle,
        
GroupPowers 
groupPowers,
        
string 
groupName
)
Parameters
firstName ( String)
The agents first name
lastName ( String)
The agents last name
activeGroupID ( UUID)
The agents active group ID
groupTitle ( String)
The group title of the agents active group
groupPowers ( GroupPowers)
The combined group powers the agent has in the active group
groupName ( String)
The name of the group the agent has currently active

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