C# Class CascadeSharp.TKV3d.SelectMgr.SelectMgr_SequenceOfSelection

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( SelectMgr_Selection theItem ) : void
Append ( SelectMgr_SequenceOfSelection theSeq ) : void
Assign ( SelectMgr_SequenceOfSelection theOther ) : SelectMgr_SequenceOfSelection
ChangeFirst ( ) : SelectMgr_Selection
ChangeLast ( ) : SelectMgr_Selection
ChangeValue ( int theIndex ) : SelectMgr_Selection
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : SelectMgr_Selection
InsertAfter ( int theIndex, SelectMgr_Selection theItem ) : void
InsertAfter ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
InsertBefore ( int theIndex, SelectMgr_Selection theItem ) : void
InsertBefore ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : SelectMgr_Selection
Length ( ) : int
Lower ( ) : int
Prepend ( SelectMgr_Selection theItem ) : void
Prepend ( SelectMgr_SequenceOfSelection theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SelectMgr_SequenceOfSelection ( ) : System
SelectMgr_SequenceOfSelection ( NCollection_BaseAllocator theAllocator ) : System
SelectMgr_SequenceOfSelection ( SelectMgr_SequenceOfSelection theOther ) : System
SetValue ( int theIndex, SelectMgr_Selection theItem ) : void
Size ( ) : int
Split ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : SelectMgr_Selection

Method Details

Append() public method

public Append ( SelectMgr_Selection theItem ) : void
theItem SelectMgr_Selection
return void

Append() public method

public Append ( SelectMgr_SequenceOfSelection theSeq ) : void
theSeq SelectMgr_SequenceOfSelection
return void

Assign() public method

public Assign ( SelectMgr_SequenceOfSelection theOther ) : SelectMgr_SequenceOfSelection
theOther SelectMgr_SequenceOfSelection
return SelectMgr_SequenceOfSelection

ChangeFirst() public method

public ChangeFirst ( ) : SelectMgr_Selection
return SelectMgr_Selection

ChangeLast() public method

public ChangeLast ( ) : SelectMgr_Selection
return SelectMgr_Selection

ChangeValue() public method

public ChangeValue ( int theIndex ) : SelectMgr_Selection
theIndex int
return SelectMgr_Selection

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : SelectMgr_Selection
return SelectMgr_Selection

InsertAfter() public method

public InsertAfter ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
return void

InsertAfter() public method

public InsertAfter ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
return void

InsertBefore() public method

public InsertBefore ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
return void

InsertBefore() public method

public InsertBefore ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : SelectMgr_Selection
return SelectMgr_Selection

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( SelectMgr_Selection theItem ) : void
theItem SelectMgr_Selection
return void

Prepend() public method

public Prepend ( SelectMgr_SequenceOfSelection theSeq ) : void
theSeq SelectMgr_SequenceOfSelection
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

SelectMgr_SequenceOfSelection() public method

public SelectMgr_SequenceOfSelection ( ) : System
return System

SelectMgr_SequenceOfSelection() public method

public SelectMgr_SequenceOfSelection ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

SelectMgr_SequenceOfSelection() public method

public SelectMgr_SequenceOfSelection ( SelectMgr_SequenceOfSelection theOther ) : System
theOther SelectMgr_SequenceOfSelection
return System

SetValue() public method

public SetValue ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
return void

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : SelectMgr_Selection
theIndex int
return SelectMgr_Selection