C# Class CascadeSharp.TKernel.TColStd.TColStd_HArray1OfCharacter

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

Méthodes publiques

Méthode Description
Array1 ( ) : TColStd_Array1OfCharacter
ChangeArray1 ( ) : TColStd_Array1OfCharacter
ChangeFirst ( ) : char
ChangeLast ( ) : char
ChangeValue ( int theIndex ) : char
First ( ) : char
Init ( char theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : char
Length ( ) : int
Lower ( ) : int
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, char theItem ) : void
Size ( ) : int
TColStd_HArray1OfCharacter ( ) : System
TColStd_HArray1OfCharacter ( TColStd_Array1OfCharacter theOther ) : System
TColStd_HArray1OfCharacter ( TColStd_HArray1OfCharacter parameter1 ) : System
TColStd_HArray1OfCharacter ( int theLower, int theUpper ) : System
TColStd_HArray1OfCharacter ( int theLower, int theUpper, char theValue ) : System
Upper ( ) : int
Value ( int theIndex ) : char
get_type_name ( ) : char

Method Details

Array1() public méthode

public Array1 ( ) : TColStd_Array1OfCharacter
Résultat TColStd_Array1OfCharacter

ChangeArray1() public méthode

public ChangeArray1 ( ) : TColStd_Array1OfCharacter
Résultat TColStd_Array1OfCharacter

ChangeFirst() public méthode

public ChangeFirst ( ) : char
Résultat char

ChangeLast() public méthode

public ChangeLast ( ) : char
Résultat char

ChangeValue() public méthode

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

First() public méthode

public First ( ) : char
Résultat char

Init() public méthode

public Init ( char theValue ) : void
theValue char
Résultat void

IsAllocated() public méthode

public IsAllocated ( ) : bool
Résultat bool

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : char
Résultat char

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Resize() public méthode

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Résultat void

SetValue() public méthode

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

Size() public méthode

public Size ( ) : int
Résultat int

TColStd_HArray1OfCharacter() public méthode

public TColStd_HArray1OfCharacter ( ) : System
Résultat System

TColStd_HArray1OfCharacter() public méthode

public TColStd_HArray1OfCharacter ( TColStd_Array1OfCharacter theOther ) : System
theOther TColStd_Array1OfCharacter
Résultat System

TColStd_HArray1OfCharacter() public méthode

public TColStd_HArray1OfCharacter ( TColStd_HArray1OfCharacter parameter1 ) : System
parameter1 TColStd_HArray1OfCharacter
Résultat System

TColStd_HArray1OfCharacter() public méthode

public TColStd_HArray1OfCharacter ( int theLower, int theUpper ) : System
theLower int
theUpper int
Résultat System

TColStd_HArray1OfCharacter() public méthode

public TColStd_HArray1OfCharacter ( int theLower, int theUpper, char theValue ) : System
theLower int
theUpper int
theValue char
Résultat System

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char