 | 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.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic static ChargeDomain GetInstance(
Document document = null
)
Public Shared Function GetInstance (
Optional document As Document = Nothing
) As ChargeDomain
public:
static ChargeDomain^ GetInstance(
Document^ document = nullptr
)
static member GetInstance :
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> ChargeDomain Parameters
- document Document (Optional)
- Document to retrieve charge domain instance, defaults to active document.
Return Value
ChargeDomain
See Also