IAcadUtilityCreateTypedArray Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void CreateTypedArray(
out Object varArr,
int Type,
params Object[] inArgs
)
Sub CreateTypedArray (
<OutAttribute> ByRef varArr As Object,
Type As Integer,
ParamArray inArgs As Object()
)
void CreateTypedArray(
[OutAttribute] Object^% varArr,
[InAttribute] int Type,
[InAttribute] ... array<Object^>^ inArgs
)
abstract CreateTypedArray :
varArr : Object byref *
Type : int *
inArgs : Object[] -> unit
Parameters
- varArr
- Type: SystemObject
- Type
- Type: SystemInt32
- inArgs
- Type: SystemObject
See Also