C# Class CascadeSharp.TKV3d.SelectMgr.SelectMgr_SequenceOfOwner

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

public Append ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner theItem ) : void
theItem CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return void

Append() public method

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

Assign() public method

public Assign ( SelectMgr_SequenceOfOwner theOther ) : SelectMgr_SequenceOfOwner
theOther SelectMgr_SequenceOfOwner
return SelectMgr_SequenceOfOwner

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
theIndex int
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner

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 ( ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner

InsertAfter() public method

public InsertAfter ( int theIndex, CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner theItem ) : void
theIndex int
theItem CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return void

InsertAfter() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner theItem ) : void
theIndex int
theItem CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return void

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_EntityOwner

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( SelectMgr_SequenceOfOwner theSeq ) : void
theSeq SelectMgr_SequenceOfOwner
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_SequenceOfOwner() public method

public SelectMgr_SequenceOfOwner ( ) : System
return System

SelectMgr_SequenceOfOwner() public method

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

SelectMgr_SequenceOfOwner() public method

public SelectMgr_SequenceOfOwner ( SelectMgr_SequenceOfOwner theOther ) : System
theOther SelectMgr_SequenceOfOwner
return System

SetValue() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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