Group :: AddMember

01 Adds a member to the group.
02

[C++] AddMember(std::string const &memberName, std::string const &subgroupName, std::string const &linkName);
[C#] void AddMember(string memberName, string subgroupName, string linkName);

03 Parameters:
  • memberName: Name of the member
  • subgroupName: Name of the subgroup the member belongs to
  • linkName: Name of the link between the member and local
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Group Sub-System, Group, SemysGroupAddMember()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.