Search Results for

    Show / Hide Table of Contents

    Class PatternSpacingsListItemList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PatternSpacingsListItemList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class PatternSpacingsListItemList : TaggedObject, IMessageSink

    Constructors

    PatternSpacingsListItemList()

    Declaration
    protected PatternSpacingsListItemList()

    Properties

    Length

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

    Methods

    Append(PatternSpacingsListItem)

    Declaration
    public void Append(PatternSpacingsListItem object)
    Parameters
    Type Name Description
    PatternSpacingsListItem object

    Append(PatternSpacingsListItem[])

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

    Clear()

    Declaration
    public void Clear()

    Clear(ObjectList.DeleteOption)

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

    ClearIndex(Int32)

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

    Erase(PatternSpacingsListItem)

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

    Erase(PatternSpacingsListItem, ObjectList.DeleteOption)

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

    Erase(Int32)

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

    Erase(Int32, ObjectList.DeleteOption)

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

    FindIndex(PatternSpacingsListItem)

    Declaration
    public int FindIndex(PatternSpacingsListItem obj)
    Parameters
    Type Name Description
    PatternSpacingsListItem obj
    Returns
    Type Description
    System.Int32

    FindItem(Int32)

    Declaration
    public PatternSpacingsListItem FindItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    PatternSpacingsListItem

    GetContents()

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

    Insert(Int32, PatternSpacingsListItem)

    Declaration
    public void Insert(int location, PatternSpacingsListItem object)
    Parameters
    Type Name Description
    System.Int32 location
    PatternSpacingsListItem object

    MoveToBottom(Int32)

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

    MoveToTop(Int32)

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

    SetContents(PatternSpacingsListItem[])

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

    Swap(PatternSpacingsListItem, PatternSpacingsListItem)

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

    Swap(Int32, Int32)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX