IAcadUtilityCreateTypedArray Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 Object
-
- Type Int32
-
- inArgs Object
-
See Also