Search Results for

    Show / Hide Table of Contents

    Class SelectComponentList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectComponentList
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Layout2d
    Assembly: NXOpen.dll
    Syntax
    public class SelectComponentList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectComponentList()

    Declaration
    protected SelectComponentList()

    Properties

    DuplicatesAllowed

    Declaration
    public bool DuplicatesAllowed { get; }
    Property Value
    Type Description
    bool

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    int

    Methods

    Add(SnapType, Component, View, Point3d, Component, View, Point3d)

    Declaration
    public bool Add(InferSnapType.SnapType snapType, Component selection1, View view1, Point3d point1, Component selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Component selection1
    View view1
    Point3d point1
    Component selection2
    View view2
    Point3d point2
    Returns
    Type Description
    bool

    Add(Component)

    Declaration
    public bool Add(Component @object)
    Parameters
    Type Name Description
    Component object
    Returns
    Type Description
    bool

    Add(Component, CaeSubType, int)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use other versions of NXOpen.SelectObjectList.Add.")]
    public bool Add(Component selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
    Parameters
    Type Name Description
    Component selection
    CaeObjectType.CaeSubType caeSubType
    int caeSubId
    Returns
    Type Description
    bool

    Add(Component, View, Point3d)

    Declaration
    public bool Add(Component selection, View view, Point3d point)
    Parameters
    Type Name Description
    Component selection
    View view
    Point3d point
    Returns
    Type Description
    bool

    Add(Component[])

    Declaration
    public bool Add(Component[] objects)
    Parameters
    Type Name Description
    Component[] objects
    Returns
    Type Description
    bool

    Add(SelectionMethod)

    Declaration
    public bool Add(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    bool

    AddWithViews(Component[], View[])

    Declaration
    public bool AddWithViews(Component[] objects, View[] views)
    Parameters
    Type Name Description
    Component[] objects
    View[] views
    Returns
    Type Description
    bool

    Clear()

    Declaration
    public void Clear()

    Contains(Component)

    Declaration
    public bool Contains(Component @object)
    Parameters
    Type Name Description
    Component object
    Returns
    Type Description
    bool

    GetArray()

    Declaration
    public Component[] GetArray()
    Returns
    Type Description
    Component[]

    GetSelectObjectArray()

    Declaration
    public SelectObject[] GetSelectObjectArray()
    Returns
    Type Description
    SelectObject[]

    Remove(SnapType, Component, View, Point3d, Component, View, Point3d)

    Declaration
    public bool Remove(InferSnapType.SnapType snapType, Component selection1, View view1, Point3d point1, Component selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Component selection1
    View view1
    Point3d point1
    Component selection2
    View view2
    Point3d point2
    Returns
    Type Description
    bool

    Remove(Component)

    Declaration
    public bool Remove(Component @object)
    Parameters
    Type Name Description
    Component object
    Returns
    Type Description
    bool

    Remove(Component, View)

    Declaration
    public bool Remove(Component @object, View view)
    Parameters
    Type Name Description
    Component object
    View view
    Returns
    Type Description
    bool

    Remove(SelectionMethod)

    Declaration
    public bool Remove(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    bool

    RemoveArray(Component[])

    Declaration
    public bool RemoveArray(Component[] objects)
    Parameters
    Type Name Description
    Component[] objects
    Returns
    Type Description
    bool

    SetArray(Component[])

    Declaration
    public void SetArray(Component[] objects)
    Parameters
    Type Name Description
    Component[] objects

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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