 |
| IBcfParameterArraySourceCreateArray Method |
Creates the array.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
SyntaxArray CreateArray(
int length
)
Function CreateArray (
length As Integer
) As Array
Array^ CreateArray(
int length
)
abstract CreateArray :
length : int -> Array
Parameters
- length
- Type: SystemInt32
The length.
Return Value
Type:
ArrayArray.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also