Creates an array value. This method returns the current context and calls its CreateArray method.
Name | Type | Description |
length | int | The array length. |
builder = docbuilder.CDocBuilder() context = builder.GetContext() globalObj = context.GetGlobal() api = globalObj["Api"] array = api.CreateArray()