Class AttributeGroup
Inheritance
System.Object
System.MarshalByRefObject
AttributeGroup
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.PDM
Assembly: NXOpen.dll
Syntax
public class AttributeGroup : NXObject, IMessageSink, INXObject, IAttributeGroupOwner
Constructors
AttributeGroup()
Declaration
protected AttributeGroup()
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Create(AttributeGroupDescription)
Declaration
public AttributeGroup Create(AttributeGroupDescription attributeGroupDescription)
Parameters
Type | Name | Description |
---|---|---|
AttributeGroupDescription | attributeGroupDescription |
Returns
Type | Description |
---|---|
AttributeGroup |
CreateAttributeGroupReviseBuilder(AttributeGroup[])
Declaration
public AttributeGroupReviseBuilder CreateAttributeGroupReviseBuilder(AttributeGroup[] attributeGroups)
Parameters
Type | Name | Description |
---|---|---|
AttributeGroup[] | attributeGroups |
Returns
Type | Description |
---|---|
AttributeGroupReviseBuilder |
CreateAttributeGroupReviseBuilder(AttributeGroup[], Boolean, AttributeGroupReviseBuilder.SaveAsActionType)
Declaration
public AttributeGroupReviseBuilder CreateAttributeGroupReviseBuilder(AttributeGroup[] attributeGroups, bool keepOriginal, AttributeGroupReviseBuilder.SaveAsActionType saveAsActionType)
Parameters
Type | Name | Description |
---|---|---|
AttributeGroup[] | attributeGroups | |
System.Boolean | keepOriginal | |
AttributeGroupReviseBuilder.SaveAsActionType | saveAsActionType |
Returns
Type | Description |
---|---|
AttributeGroupReviseBuilder |
DetachAttributeGroup(IAttributeGroupOwner)
Declaration
public void DetachAttributeGroup(IAttributeGroupOwner attributeGroupOwner)
Parameters
Type | Name | Description |
---|---|---|
IAttributeGroupOwner | attributeGroupOwner |
GetAttributeGroupDescriptions()
Declaration
public AttributeGroupDescription[] GetAttributeGroupDescriptions()
Returns
Type | Description |
---|---|
AttributeGroupDescription[] |
GetAttributeGroups()
Declaration
public AttributeGroup[] GetAttributeGroups()
Returns
Type | Description |
---|---|
AttributeGroup[] |
GetReferencingAttributeGroupOwners()
Declaration
public IAttributeGroupOwner[] GetReferencingAttributeGroupOwners()
Returns
Type | Description |
---|---|
IAttributeGroupOwner[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink