Click or drag to resize

ChargeDomainGetInstance Method

Get the current charge domain instance in the document, or create a new one if it doesn't exist.

Namespace: ema3d.Api.V26.Charging.Domain
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static ChargeDomain GetInstance(
	Document document = null
)

Parameters

document  Document  (Optional)
Document to retrieve charge domain instance, defaults to active document.

Return Value

ChargeDomain
See Also