Class CustomLoopSetList
Inheritance
System.Object
System.MarshalByRefObject
CustomLoopSetList
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class CustomLoopSetList : TaggedObject, IMessageSink
Constructors
CustomLoopSetList()
Declaration
protected CustomLoopSetList()
Properties
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Append(CustomLoopSet)
Declaration
public void Append(CustomLoopSet object)
Parameters
Append(CustomLoopSet[])
Declaration
public void Append(CustomLoopSet[] objects)
Parameters
Clear()
Declaration
Clear(ObjectList.DeleteOption)
Declaration
public void Clear(ObjectList.DeleteOption deleteOption)
Parameters
ClearIndex(Int32)
Declaration
public void ClearIndex(int deleteIdx)
Parameters
Type |
Name |
Description |
System.Int32 |
deleteIdx |
|
Erase(CustomLoopSet)
Declaration
public void Erase(CustomLoopSet obj)
Parameters
Erase(CustomLoopSet, ObjectList.DeleteOption)
Declaration
public void Erase(CustomLoopSet obj, ObjectList.DeleteOption deleteOption)
Parameters
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
FindIndex(CustomLoopSet)
Declaration
public int FindIndex(CustomLoopSet obj)
Parameters
Returns
Type |
Description |
System.Int32 |
|
FindItem(Int32)
Declaration
public CustomLoopSet FindItem(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetContents()
Declaration
public CustomLoopSet[] GetContents()
Returns
Insert(Int32, CustomLoopSet)
Declaration
public void Insert(int location, CustomLoopSet object)
Parameters
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(CustomLoopSet[])
Declaration
public void SetContents(CustomLoopSet[] objects)
Parameters
Swap(CustomLoopSet, CustomLoopSet)
Declaration
public void Swap(CustomLoopSet object1, CustomLoopSet object2)
Parameters
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