SalSafeArray
PPJ.Runtime.Com.SalSafeArray
public class SalSafeArray : SalFunctionalClassPublic Class SalSafeArray
Inherits SalFunctionalClassConstructors
SalSafeArray()
SalSafeArray(array)
Name
Type
Description
Properties
Value
Methods
Create(vt, elements, lowerBound)
Parameter
Type
Description
Create2D(vt, elements1, elements2, lowerBound1, lowerBound2)
Parameter
Type
Description
CreateMD(vt, elements, lowerBounds)
Parameter
Type
Description
GetBoolean(value, index)
Parameter
Type
Description
GetBoolean2D(value, index1, index2)
Parameter
Type
Description
GetBooleanMD(value, indices)
Parameter
Type
Description
GetDate(value, index)
Parameter
Type
Description
GetDate2D(date, index1, index2)
Parameter
Type
Description
GetDateMD(date, indices)
Parameter
Type
Description
GetLowerBound()
GetLowerBound2D(nDim)
Parameter
Type
Description
GetLowerBoundMD(nDim)
Parameter
Type
Description
GetNumber(value, index)
Parameter
Type
Description
GetNumber2D(value, index1, index2)
Parameter
Type
Description
GetNumberMD(num, indices)
Parameter
Type
Description
GetObject(value, index)
Parameter
Type
Description
GetObject2D(value, index1, index2)
Parameter
Type
Description
GetObjectMD(value, indices)
Parameter
Type
Description
GetString(value, index)
Parameter
Type
Description
GetString2D(value, index1, index2)
Parameter
Type
Description
GetStringMD(value, indices)
Parameter
Type
Description
GetUpperBound()
GetUpperBound2D(nDim)
Parameter
Type
Description
GetUpperBoundMD(nDim)
Parameter
Type
Description
GetVariant(value, index)
Parameter
Type
Description
GetVariant2D(value, index1, index2)
Parameter
Type
Description
GetVariantMD(value, indices)
Parameter
Type
Description
PutBoolean(value, index)
Parameter
Type
Description
PutBoolean2D(value, index1, index2)
Parameter
Type
Description
PutBooleanMD(value, indices)
Parameter
Type
Description
PutDate(value, index)
Parameter
Type
Description
PutDate2D(value, index1, index2)
Parameter
Type
Description
PutDateMD(value, indices)
Parameter
Type
Description
PutNumber(value, index)
Parameter
Type
Description
PutNumber2D(value, index1, index2)
Parameter
Type
Description
PutNumberMD(value, indices)
Parameter
Type
Description
PutObject(value, index)
Parameter
Type
Description
PutObject2D(value, index1, index2)
Parameter
Type
Description
PutObjectMD(value, indices)
Parameter
Type
Description
PutString(value, index)
Parameter
Type
Description
PutString2D(value, index1, index2)
Parameter
Type
Description
PutStringMD(value, indices)
Parameter
Type
Description
PutVariant(value, index)
Parameter
Type
Description
PutVariant2D(value, index1, index2)
Parameter
Type
Description
PutVariantMD(value, indices)
Parameter
Type
Description
Last updated