SOLIDWORKS PDM Professional API Help Send Feedback
EdmGroupDataFlags Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmGroupDataFlags Enumeration


Options specified in EdmGroupData used by IEdmUserMgr6::AddGroups to create new groups.

Syntax

Visual Basic 
Public Enum EdmGroupDataFlags 
   Inherits System.Enum
C# 
public enum EdmGroupDataFlags : System.Enum 
C++/CLI 
public enum class EdmGroupDataFlags : public System.Enum 

Members

MemberDescription
Edmgdf_ForceAdd4 = Add this group even if validation of the other groups in the array failed
Edmgdf_GetInterface1 = Retrieve the interface of the group and return it in EdmGroupData::mpoGroup
Edmgdf_Nothing0 = No options
Edmgdf_Replace2 = Replace the existing group

See Also