| Visual Basic | |
|---|---|
Public Structure EdmGroupData Inherits System.ValueType | |
| C# | |
|---|---|
public struct EdmGroupData : System.ValueType | |
| C++/CLI | |
|---|---|
public value class EdmGroupData : public System.ValueType | |
struct EdmGroupData
{
string mbsName;
string mbsDescription;
integer mlFlags;
integer mlSysRights;
short mbAutoAdd;
array moMembers;
integer mlGroupID;
integer mhStatus;
IEdmUserGroup5 *mpoGroup;};
Used in IEdmUserMgr6::AddGroups. This structure is extended by EdmGroupData2, which should be used instead of this structure in version 2010 and later.
SOLIDWORKS PDM Professional 2007