Search Results for

    Show / Hide Table of Contents

    Class SelectAnnotationList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectAnnotationList
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class SelectAnnotationList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectAnnotationList()

    Declaration
    protected SelectAnnotationList()

    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(Annotation)

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

    Add(Annotation, CaeSubType, int)

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

    Add(Annotation, View, Point3d)

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

    Add(Annotation[])

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

    Add(SnapType, Annotation, View, Point3d, Annotation, View, Point3d)

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

    Add(SelectionMethod)

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

    AddWithViews(Annotation[], View[])

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

    Clear()

    Declaration
    public void Clear()

    Contains(Annotation)

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

    GetArray()

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

    GetSelectObjectArray()

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

    Remove(Annotation)

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

    Remove(Annotation, View)

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

    Remove(SnapType, Annotation, View, Point3d, Annotation, View, Point3d)

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

    Remove(SelectionMethod)

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

    RemoveArray(Annotation[])

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

    SetArray(Annotation[])

    Declaration
    public void SetArray(Annotation[] objects)
    Parameters
    Type Name Description
    Annotation[] 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