C# Class CascadeSharp.TKV3d.SelectMgr.SelectMgr_SequenceOfSelection

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Append ( SelectMgr_Selection theItem ) : void
theItem SelectMgr_Selection
Résultat void

Append() public méthode

public Append ( SelectMgr_SequenceOfSelection theSeq ) : void
theSeq SelectMgr_SequenceOfSelection
Résultat void

Assign() public méthode

public Assign ( SelectMgr_SequenceOfSelection theOther ) : SelectMgr_SequenceOfSelection
theOther SelectMgr_SequenceOfSelection
Résultat SelectMgr_SequenceOfSelection

ChangeFirst() public méthode

public ChangeFirst ( ) : SelectMgr_Selection
Résultat SelectMgr_Selection

ChangeLast() public méthode

public ChangeLast ( ) : SelectMgr_Selection
Résultat SelectMgr_Selection

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : SelectMgr_Selection
theIndex int
Résultat SelectMgr_Selection

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Exchange() public méthode

public Exchange ( int I, int J ) : void
I int
J int
Résultat void

First() public méthode

public First ( ) : SelectMgr_Selection
Résultat SelectMgr_Selection

InsertAfter() public méthode

public InsertAfter ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
Résultat void

InsertAfter() public méthode

public InsertAfter ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : SelectMgr_Selection
Résultat SelectMgr_Selection

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Prepend() public méthode

public Prepend ( SelectMgr_Selection theItem ) : void
theItem SelectMgr_Selection
Résultat void

Prepend() public méthode

public Prepend ( SelectMgr_SequenceOfSelection theSeq ) : void
theSeq SelectMgr_SequenceOfSelection
Résultat void

Remove() public méthode

public Remove ( int theIndex ) : void
theIndex int
Résultat void

Remove() public méthode

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

SelectMgr_SequenceOfSelection() public méthode

public SelectMgr_SequenceOfSelection ( ) : System
Résultat System

SelectMgr_SequenceOfSelection() public méthode

public SelectMgr_SequenceOfSelection ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Résultat System

SelectMgr_SequenceOfSelection() public méthode

public SelectMgr_SequenceOfSelection ( SelectMgr_SequenceOfSelection theOther ) : System
theOther SelectMgr_SequenceOfSelection
Résultat System

SetValue() public méthode

public SetValue ( int theIndex, SelectMgr_Selection theItem ) : void
theIndex int
theItem SelectMgr_Selection
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

public Split ( int theIndex, SelectMgr_SequenceOfSelection theSeq ) : void
theIndex int
theSeq SelectMgr_SequenceOfSelection
Résultat void

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : SelectMgr_Selection
theIndex int
Résultat SelectMgr_Selection