 | WorkflowManagerGetInstance Method |
Gets the current workflow manager instance for the specified document and workflow type.
Namespace: ema3d.Api.V26.Core.WorkflowAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic static WorkflowManager GetInstance(
Document document
)
Public Shared Function GetInstance (
document As Document
) As WorkflowManager
public:
static WorkflowManager^ GetInstance(
Document^ document
)
static member GetInstance :
document : Document -> WorkflowManager Parameters
- document Document
- The document to get the workflow manager for.
Return Value
WorkflowManagerThe WorkflowManager instance.
See Also