Click or drag to resize

VariableGridGetAll Method

Retrieve all VariableGrid objects in the document.

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

Parameters

document  Document  (Optional)

Return Value

IEnumerableVariableGrid
See Also