Search Results for

    Show / Hide Table of Contents

    Class SectionLineSegmentBuilderList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SectionLineSegmentBuilderList
    Implements
    IMessageSink
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SectionLineSegmentBuilderList : TaggedObject, IMessageSink

    Constructors

    SectionLineSegmentBuilderList()

    Declaration
    protected SectionLineSegmentBuilderList()

    Properties

    Length

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

    Methods

    Append(SectionLineSegmentBuilder)

    Declaration
    public void Append(SectionLineSegmentBuilder @object)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder object

    Append(SectionLineSegmentBuilder[])

    Declaration
    public void Append(SectionLineSegmentBuilder[] objects)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder[] objects

    Clear()

    Declaration
    public void Clear()

    Clear(DeleteOption)

    Declaration
    public void Clear(ObjectList.DeleteOption deleteOption)
    Parameters
    Type Name Description
    ObjectList.DeleteOption deleteOption

    ClearIndex(int)

    Declaration
    public void ClearIndex(int deleteIdx)
    Parameters
    Type Name Description
    int deleteIdx

    Erase(SectionLineSegmentBuilder)

    Declaration
    public void Erase(SectionLineSegmentBuilder obj)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder obj

    Erase(SectionLineSegmentBuilder, DeleteOption)

    Declaration
    public void Erase(SectionLineSegmentBuilder obj, ObjectList.DeleteOption deleteOption)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder obj
    ObjectList.DeleteOption deleteOption

    Erase(int)

    Declaration
    public void Erase(int index)
    Parameters
    Type Name Description
    int index

    Erase(int, DeleteOption)

    Declaration
    public void Erase(int index, ObjectList.DeleteOption deleteOption)
    Parameters
    Type Name Description
    int index
    ObjectList.DeleteOption deleteOption

    FindIndex(SectionLineSegmentBuilder)

    Declaration
    public int FindIndex(SectionLineSegmentBuilder obj)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder obj
    Returns
    Type Description
    int

    FindItem(int)

    Declaration
    public SectionLineSegmentBuilder FindItem(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    SectionLineSegmentBuilder

    GetContents()

    Declaration
    public SectionLineSegmentBuilder[] GetContents()
    Returns
    Type Description
    SectionLineSegmentBuilder[]

    Insert(int, SectionLineSegmentBuilder)

    Declaration
    public void Insert(int location, SectionLineSegmentBuilder @object)
    Parameters
    Type Name Description
    int location
    SectionLineSegmentBuilder object

    MoveToBottom(int)

    Declaration
    public void MoveToBottom(int index)
    Parameters
    Type Name Description
    int index

    MoveToTop(int)

    Declaration
    public void MoveToTop(int index)
    Parameters
    Type Name Description
    int index

    SetContents(SectionLineSegmentBuilder[])

    Declaration
    public void SetContents(SectionLineSegmentBuilder[] objects)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder[] objects

    Swap(SectionLineSegmentBuilder, SectionLineSegmentBuilder)

    Declaration
    public void Swap(SectionLineSegmentBuilder object1, SectionLineSegmentBuilder object2)
    Parameters
    Type Name Description
    SectionLineSegmentBuilder object1
    SectionLineSegmentBuilder object2

    Swap(int, int)

    Declaration
    public void Swap(int index1, int index2)
    Parameters
    Type Name Description
    int index1
    int index2

    Implements

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