Class AttributeGroup
Inheritance
AttributeGroup
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
Methods
Create(AttributeGroupDescription)
Declaration
public AttributeGroup Create(AttributeGroupDescription attributeGroupDescription)
Parameters
Returns
CreateAttributeGroupReviseBuilder(AttributeGroup[])
Declaration
public AttributeGroupReviseBuilder CreateAttributeGroupReviseBuilder(AttributeGroup[] attributeGroups)
Parameters
Returns
CreateAttributeGroupReviseBuilder(AttributeGroup[], bool, SaveAsActionType)
Declaration
public AttributeGroupReviseBuilder CreateAttributeGroupReviseBuilder(AttributeGroup[] attributeGroups, bool keepOriginal, AttributeGroupReviseBuilder.SaveAsActionType saveAsActionType)
Parameters
Returns
DetachAttributeGroup(IAttributeGroupOwner)
Declaration
public void DetachAttributeGroup(IAttributeGroupOwner attributeGroupOwner)
Parameters
GetAttributeGroupDescriptions()
Declaration
public AttributeGroupDescription[] GetAttributeGroupDescriptions()
Returns
GetAttributeGroups()
Declaration
public AttributeGroup[] GetAttributeGroups()
Returns
GetReferencingAttributeGroupOwners()
Declaration
public IAttributeGroupOwner[] GetReferencingAttributeGroupOwners()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink