Search Results for

    Show / Hide Table of Contents

    Class ComponentAssembly

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    ComponentAssembly
    Implements
    IMessageSink
    INXObject
    Inherited Members
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class ComponentAssembly : NXObject, IMessageSink, INXObject

    Constructors

    ComponentAssembly()

    Declaration
    protected ComponentAssembly()

    Properties

    ActiveArrangement

    Declaration
    public Arrangement ActiveArrangement { get; set; }
    Property Value
    Type Description
    Arrangement

    Arrangements

    Declaration
    public ArrangementCollection Arrangements { get; }
    Property Value
    Type Description
    ArrangementCollection

    ClearanceSets

    Declaration
    public ClearanceSetCollection ClearanceSets { get; }
    Property Value
    Type Description
    ClearanceSetCollection

    ComponentPatterns

    Declaration
    public ComponentPatternCollection ComponentPatterns { get; }
    Property Value
    Type Description
    ComponentPatternCollection

    DrawingExplosions

    Declaration
    public DrawingExplosionCollection DrawingExplosions { get; }
    Property Value
    Type Description
    DrawingExplosionCollection

    Explosions

    Declaration
    public ExplosionCollection Explosions { get; }
    Property Value
    Type Description
    ExplosionCollection

    OrdersSet

    Declaration
    public OrderCollection OrdersSet { get; }
    Property Value
    Type Description
    OrderCollection

    Positioner

    Declaration
    public ComponentPositioner Positioner { get; }
    Property Value
    Type Description
    ComponentPositioner

    RootComponent

    Declaration
    public Component RootComponent { get; }
    Property Value
    Type Description
    Component

    Subsets

    Declaration
    public SubsetCollection Subsets { get; }
    Property Value
    Type Description
    SubsetCollection

    Methods

    AddComponent(BasePart, string, string, Point3d, Matrix3x3, int, out PartLoadStatus)

    Declaration
    public Component AddComponent(BasePart partToAdd, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    BasePart partToAdd
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    AddComponent(string, string, string, Point3d, Matrix3x3, int, out PartLoadStatus)

    Declaration
    public Component AddComponent(string partToAdd, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    string partToAdd
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    AddComponent(string, string, string, Point3d, Matrix3x3, int, out PartLoadStatus, bool)

    Declaration
    public Component AddComponent(string partToAdd, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, out PartLoadStatus loadStatus, bool uomAsNgc)
    Parameters
    Type Name Description
    string partToAdd
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    PartLoadStatus loadStatus
    bool uomAsNgc
    Returns
    Type Description
    Component

    AddComponents(Part[], Point3d, Matrix3x3, int, string, int, bool, out Component[])

    Declaration
    public void AddComponents(Part[] partsToAdd, Point3d point, Matrix3x3 orientation, int layer, string referenceSetName, int count, bool scatter, out Component[] components)
    Parameters
    Type Name Description
    Part[] partsToAdd
    Point3d point
    Matrix3x3 orientation
    int layer
    string referenceSetName
    int count
    bool scatter
    Component[] components

    AddMasterPartComponent(Part, string, string, Point3d, Matrix3x3, int, out PartLoadStatus)

    Declaration
    public Component AddMasterPartComponent(Part partToAdd, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    Part partToAdd
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    AddMasterPartComponent(string, string, string, Point3d, Matrix3x3, int, out PartLoadStatus)

    Declaration
    public Component AddMasterPartComponent(string partToAdd, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    string partToAdd
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    AddPendingComponent(string, NXObject, string, string, Point3d, Matrix3x3, int, bool)

    Declaration
    public PartLoadStatus AddPendingComponent(string partToAdd, NXObject pendingComponent, string referenceSetName, string componentName, Point3d basePoint, Matrix3x3 orientation, int layer, bool uomAsNgc)
    Parameters
    Type Name Description
    string partToAdd
    NXObject pendingComponent
    string referenceSetName
    string componentName
    Point3d basePoint
    Matrix3x3 orientation
    int layer
    bool uomAsNgc
    Returns
    Type Description
    PartLoadStatus

    ChangeByName(string, Component[])

    Declaration
    public void ChangeByName(string name, Component[] partOccs)
    Parameters
    Type Name Description
    string name
    Component[] partOccs

    CheckinComponents(Component[], CheckinCheckoutOption)

    Declaration
    public ErrorList CheckinComponents(Component[] partOccs, ComponentAssembly.CheckinCheckoutOption checkinInputOption)
    Parameters
    Type Name Description
    Component[] partOccs
    ComponentAssembly.CheckinCheckoutOption checkinInputOption
    Returns
    Type Description
    ErrorList

    CheckinDesignSession()

    Declaration
    public ErrorList CheckinDesignSession()
    Returns
    Type Description
    ErrorList

    CheckinWorkset()

    Declaration
    public ErrorList CheckinWorkset()
    Returns
    Type Description
    ErrorList

    CheckoutAllModifiedObjects(out NXObject[])

    Declaration
    public ErrorList CheckoutAllModifiedObjects(out NXObject[] checkedOutObjects)
    Parameters
    Type Name Description
    NXObject[] checkedOutObjects
    Returns
    Type Description
    ErrorList

    CheckoutAllModifiedObjectsWithChangeIdAndComments(string, string, out NXObject[])

    Declaration
    public ErrorList CheckoutAllModifiedObjectsWithChangeIdAndComments(string comment, string changeId, out NXObject[] checkedOutObjects)
    Parameters
    Type Name Description
    string comment
    string changeId
    NXObject[] checkedOutObjects
    Returns
    Type Description
    ErrorList

    CheckoutComponents(Component[], CheckinCheckoutOption)

    Declaration
    public ErrorList CheckoutComponents(Component[] partOccs, ComponentAssembly.CheckinCheckoutOption checkoutInputOption)
    Parameters
    Type Name Description
    Component[] partOccs
    ComponentAssembly.CheckinCheckoutOption checkoutInputOption
    Returns
    Type Description
    ErrorList

    CheckoutComponentsWithChangeIdAndComments(string, string, Component[], CheckinCheckoutOption)

    Declaration
    public ErrorList CheckoutComponentsWithChangeIdAndComments(string changeId, string comment, Component[] partOccs, ComponentAssembly.CheckinCheckoutOption checkoutInputOption)
    Parameters
    Type Name Description
    string changeId
    string comment
    Component[] partOccs
    ComponentAssembly.CheckinCheckoutOption checkoutInputOption
    Returns
    Type Description
    ErrorList

    CheckoutDesignSession()

    Declaration
    public ErrorList CheckoutDesignSession()
    Returns
    Type Description
    ErrorList

    CheckoutDesignSessionWithChangeIdAndComments(string, string)

    Declaration
    public ErrorList CheckoutDesignSessionWithChangeIdAndComments(string changeId, string comment)
    Parameters
    Type Name Description
    string changeId
    string comment
    Returns
    Type Description
    ErrorList

    CheckoutWorkset()

    Declaration
    public ErrorList CheckoutWorkset()
    Returns
    Type Description
    ErrorList

    CheckoutWorksetWithChangeIdAndComments(string, string)

    Declaration
    public ErrorList CheckoutWorksetWithChangeIdAndComments(string comment, string changeId)
    Parameters
    Type Name Description
    string comment
    string changeId
    Returns
    Type Description
    ErrorList

    CloseComponents(Component[], CloseWholeTree, CloseModified)

    Declaration
    public PartCloseStatus CloseComponents(Component[] componentsToClose, BasePart.CloseWholeTree wholeTree, ComponentAssembly.CloseModified closeModified)
    Parameters
    Type Name Description
    Component[] componentsToClose
    BasePart.CloseWholeTree wholeTree
    ComponentAssembly.CloseModified closeModified
    Returns
    Type Description
    PartCloseStatus

    ConvertRememberedMcs()

    Declaration
    public void ConvertRememberedMcs()

    CopyComponents(Component[])

    Declaration
    public Component[] CopyComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components
    Returns
    Type Description
    Component[]

    CreateComponentPatternBuilder(ComponentPattern)

    Declaration
    public ComponentPatternBuilder CreateComponentPatternBuilder(ComponentPattern compPattern)
    Parameters
    Type Name Description
    ComponentPattern compPattern
    Returns
    Type Description
    ComponentPatternBuilder

    CreateConstraintGroupBuilder(ComponentConstraintGroup, Component)

    Declaration
    public ComponentConstraintGroupBuilder CreateConstraintGroupBuilder(ComponentConstraintGroup group, Component contextComponent)
    Parameters
    Type Name Description
    ComponentConstraintGroup group
    Component contextComponent
    Returns
    Type Description
    ComponentConstraintGroupBuilder

    CreateIsolateViewWithComponents(Component[], out View)

    Declaration
    public ErrorList CreateIsolateViewWithComponents(Component[] components, out View view)
    Parameters
    Type Name Description
    Component[] components
    View view
    Returns
    Type Description
    ErrorList

    CreateMatingConverter()

    Declaration
    public MatingConverter CreateMatingConverter()
    Returns
    Type Description
    MatingConverter

    DeleteMatingConditions()

    Declaration
    public void DeleteMatingConditions()

    GetActiveOrder()

    Declaration
    public Order GetActiveOrder()
    Returns
    Type Description
    Order

    GetAsRequiredQuantity(Component)

    Declaration
    public string GetAsRequiredQuantity(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    string

    GetCheckedoutStatusOfObjects(out NXObject[], out NXObject[])

    Declaration
    [Obsolete("Deprecated in NX12.0.2.  Use NXOpen.PDM.PdmSession.GetCheckedoutStatusOfAllObjectsInSession instead")]
    public void GetCheckedoutStatusOfObjects(out NXObject[] checkedOutObjects, out NXObject[] uncheckedOutObjects)
    Parameters
    Type Name Description
    NXObject[] checkedOutObjects
    NXObject[] uncheckedOutObjects

    GetComponentOrders(out ComponentOrder[])

    Declaration
    public void GetComponentOrders(out ComponentOrder[] orders)
    Parameters
    Type Name Description
    ComponentOrder[] orders

    GetComponentQuantityType(Component)

    Declaration
    public ComponentQuantity GetComponentQuantityType(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    ComponentQuantity

    GetIntegerQuantity(Component)

    Declaration
    public int GetIntegerQuantity(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    int

    GetNonGeometricState(Component)

    Declaration
    public bool GetNonGeometricState(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    bool

    GetRealQuantity(Component, out string)

    Declaration
    public double GetRealQuantity(Component component, out string units)
    Parameters
    Type Name Description
    Component component
    string units
    Returns
    Type Description
    double

    GetSuppressedState(Component, Arrangement, out bool)

    Declaration
    public ComponentAssembly.SuppressedState GetSuppressedState(Component component, Arrangement arrangement, out bool controlled)
    Parameters
    Type Name Description
    Component component
    Arrangement arrangement
    bool controlled
    Returns
    Type Description
    ComponentAssembly.SuppressedState

    GetSuppressedState(Component, out bool)

    Declaration
    public ComponentAssembly.SuppressedState GetSuppressedState(Component component, out bool controlled)
    Parameters
    Type Name Description
    Component component
    bool controlled
    Returns
    Type Description
    ComponentAssembly.SuppressedState

    GetSuppressionExpression(Component)

    Declaration
    public Expression GetSuppressionExpression(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    Expression

    GetSuppressionExpression(Component, Arrangement)

    Declaration
    public Expression GetSuppressionExpression(Component component, Arrangement arrangement)
    Parameters
    Type Name Description
    Component component
    Arrangement arrangement
    Returns
    Type Description
    Expression

    HideComponentsInIsolateView(Component[], out View)

    Declaration
    public ErrorList HideComponentsInIsolateView(Component[] components, out View view)
    Parameters
    Type Name Description
    Component[] components
    View view
    Returns
    Type Description
    ErrorList

    InsertProduct(Part, int, out PartLoadStatus)

    Declaration
    public Component InsertProduct(Part productPart, int layer, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    Part productPart
    int layer
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    MapComponentFromParent(Component)

    Declaration
    public Component MapComponentFromParent(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    Component

    MapComponentsFromSubassembly(Component)

    Declaration
    public Component[] MapComponentsFromSubassembly(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    Component[]

    MoveComponent(Component, Vector3d, Matrix3x3)

    Declaration
    public void MoveComponent(Component component, Vector3d translation, Matrix3x3 rotation)
    Parameters
    Type Name Description
    Component component
    Vector3d translation
    Matrix3x3 rotation

    MoveToPendingComponent(NXObject)

    Declaration
    public void MoveToPendingComponent(NXObject component)
    Parameters
    Type Name Description
    NXObject component

    OpenComponents(OpenOption, Component[], out OpenComponentStatus[])

    Declaration
    public PartLoadStatus OpenComponents(ComponentAssembly.OpenOption openOption, Component[] componentsToOpen, out ComponentAssembly.OpenComponentStatus[] openStatus)
    Parameters
    Type Name Description
    ComponentAssembly.OpenOption openOption
    Component[] componentsToOpen
    OpenComponentStatus[] openStatus
    Returns
    Type Description
    PartLoadStatus

    ReleaseSuppression(Component[])

    Declaration
    public ErrorList ReleaseSuppression(Component[] components)
    Parameters
    Type Name Description
    Component[] components
    Returns
    Type Description
    ErrorList

    ReleaseSuppression(Component[], Arrangement[])

    Declaration
    public ErrorList ReleaseSuppression(Component[] components, Arrangement[] arrangements)
    Parameters
    Type Name Description
    Component[] components
    Arrangement[] arrangements
    Returns
    Type Description
    ErrorList

    RemoveComponent(Component)

    Declaration
    public void RemoveComponent(Component component)
    Parameters
    Type Name Description
    Component component

    ReorderChildrenOfParent(ComponentOrder, Component, Component[])

    Declaration
    public void ReorderChildrenOfParent(ComponentOrder order, Component parentComponent, Component[] componentsToReorder)
    Parameters
    Type Name Description
    ComponentOrder order
    Component parentComponent
    Component[] componentsToReorder

    ReorderComponents(ComponentOrder, Component[], Component, OrderTargetLocation)

    Declaration
    public void ReorderComponents(ComponentOrder order, Component[] componentsToReorder, Component targetComponent, ComponentAssembly.OrderTargetLocation beforeOrAfter)
    Parameters
    Type Name Description
    ComponentOrder order
    Component[] componentsToReorder
    Component targetComponent
    ComponentAssembly.OrderTargetLocation beforeOrAfter

    ReplaceReferenceSet(Component, string)

    Declaration
    public void ReplaceReferenceSet(Component component, string newReferenceSet)
    Parameters
    Type Name Description
    Component component
    string newReferenceSet

    ReplaceReferenceSetInOwners(string, Component[])

    Declaration
    public ErrorList ReplaceReferenceSetInOwners(string newReferenceSet, Component[] components)
    Parameters
    Type Name Description
    string newReferenceSet
    Component[] components
    Returns
    Type Description
    ErrorList

    RestructureComponents(Component[], Component, bool, out Component[], out ErrorList)

    Declaration
    public void RestructureComponents(Component[] origComponents, Component newParentComponent, bool deleteFlag, out Component[] newComponents, out ErrorList errorList)
    Parameters
    Type Name Description
    Component[] origComponents
    Component newParentComponent
    bool deleteFlag
    Component[] newComponents
    ErrorList errorList

    SetAsRequiredQuantity(Component)

    Declaration
    public void SetAsRequiredQuantity(Component component)
    Parameters
    Type Name Description
    Component component

    SetDefault(Arrangement)

    Declaration
    public void SetDefault(Arrangement arrangement)
    Parameters
    Type Name Description
    Arrangement arrangement

    SetEmptyRefset(Component)

    Declaration
    public void SetEmptyRefset(Component component)
    Parameters
    Type Name Description
    Component component

    SetEntirePartRefset(Component)

    Declaration
    public void SetEntirePartRefset(Component component)
    Parameters
    Type Name Description
    Component component

    SetIntegerQuantity(Component, int)

    Declaration
    public void SetIntegerQuantity(Component component, int integerQuantity)
    Parameters
    Type Name Description
    Component component
    int integerQuantity

    SetNonGeometricState(Component, bool)

    Declaration
    public void SetNonGeometricState(Component component, bool nonGeometricState)
    Parameters
    Type Name Description
    Component component
    bool nonGeometricState

    SetRealQuantity(Component, double, string)

    Declaration
    public void SetRealQuantity(Component component, double realQuantity, string quantityUnits)
    Parameters
    Type Name Description
    Component component
    double realQuantity
    string quantityUnits

    ShowComponentsInIsolateView(Component[], out View)

    Declaration
    public ErrorList ShowComponentsInIsolateView(Component[] components, out View view)
    Parameters
    Type Name Description
    Component[] components
    View view
    Returns
    Type Description
    ErrorList

    SubstituteComponent(Component, BasePart, string, string, int, SubstitutionMode)

    Declaration
    public Component SubstituteComponent(Component component, BasePart part, string newName, string referenceSet, int layer, ComponentAssembly.SubstitutionMode mode)
    Parameters
    Type Name Description
    Component component
    BasePart part
    string newName
    string referenceSet
    int layer
    ComponentAssembly.SubstitutionMode mode
    Returns
    Type Description
    Component

    SuppressComponents(Component[])

    Declaration
    public ErrorList SuppressComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components
    Returns
    Type Description
    ErrorList

    SuppressComponents(Component[], Arrangement[])

    Declaration
    public ErrorList SuppressComponents(Component[] components, Arrangement[] arrangements)
    Parameters
    Type Name Description
    Component[] components
    Arrangement[] arrangements
    Returns
    Type Description
    ErrorList

    SuppressComponents(Component[], Arrangement[], string)

    Declaration
    public ErrorList SuppressComponents(Component[] components, Arrangement[] arrangements, string expression)
    Parameters
    Type Name Description
    Component[] components
    Arrangement[] arrangements
    string expression
    Returns
    Type Description
    ErrorList

    UnsuppressComponents(Component[])

    Declaration
    public ErrorList UnsuppressComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components
    Returns
    Type Description
    ErrorList

    UnsuppressComponents(Component[], Arrangement[])

    Declaration
    public ErrorList UnsuppressComponents(Component[] components, Arrangement[] arrangements)
    Parameters
    Type Name Description
    Component[] components
    Arrangement[] arrangements
    Returns
    Type Description
    ErrorList

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    INXObject
    In this article
    Back to top Generated by DocFX