 |
| BcfParameterArraySetterTFunction, TPropertyElementCreateArray Method |
Creates the array.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic Array CreateArray(
int length
)
Public Function CreateArray (
length As Integer
) As Array
public:
virtual Array^ CreateArray(
int length
) sealed
abstract CreateArray :
length : int -> Array
override CreateArray :
length : int -> Array Parameters
- length
- Type: SystemInt32
The length.
Return Value
Type:
ArrayArray.
Implements
IBcfParameterArraySourceCreateArray(Int32)
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also