Click or drag to resize

VariableGridCreate(Document) Method

Create a new variable grid.

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static VariableGrid Create(
	Document document = null
)

Parameters

document  Document  (Optional)
Document to create grid in, defaults to active document

Return Value

VariableGrid
See Also