Search Results for

    Show / Hide Table of Contents

    Interface IAttributeGroupOwner

    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public interface IAttributeGroupOwner

    Methods

    Create(AttributeGroupDescription)

    Declaration
    AttributeGroup Create(AttributeGroupDescription attributeGroupDescription)
    Parameters
    Type Name Description
    AttributeGroupDescription attributeGroupDescription
    Returns
    Type Description
    AttributeGroup

    CreateAttributeGroupReviseBuilder(AttributeGroup[])

    Declaration
    AttributeGroupReviseBuilder CreateAttributeGroupReviseBuilder(AttributeGroup[] attributeGroups)
    Parameters
    Type Name Description
    AttributeGroup[] attributeGroups
    Returns
    Type Description
    AttributeGroupReviseBuilder

    CreateAttributeGroupReviseBuilder(AttributeGroup[], Boolean, AttributeGroupReviseBuilder.SaveAsActionType)

    Declaration
    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

    GetAttributeGroupDescriptions()

    Declaration
    AttributeGroupDescription[] GetAttributeGroupDescriptions()
    Returns
    Type Description
    AttributeGroupDescription[]

    GetAttributeGroups()

    Declaration
    AttributeGroup[] GetAttributeGroups()
    Returns
    Type Description
    AttributeGroup[]
    In This Article
    Back to top Generated by DocFX