Miner.Interop.Process.Workflow Assembly > Miner.Interop.Process Namespace > IMMWorkflowManager Interface : GetWMSNode Method |
This returns an IMMWMSNode object based on the parameters sent to the method. It returns a null result if it cannot find an IMMWMSNode object based on those parameters.
'Declaration Function GetWMSNode( _ ByRef sNodeType As String, _ ByRef lWorkflowID As Integer, _ ByRef bReadOnly As Boolean, _ Optional ByRef bSuppressMessages As Boolean _ ) As IMMWMSNode
'Usage Dim instance As IMMWorkflowManager Dim sNodeType As String Dim lWorkflowID As Integer Dim bReadOnly As Boolean Dim bSuppressMessages As Boolean Dim value As IMMWMSNode value = instance.GetWMSNode(sNodeType, lWorkflowID, bReadOnly, bSuppressMessages)
IMMWMSNode GetWMSNode( out string sNodeType, out int lWorkflowID, out bool bReadOnly, ref bool bSuppressMessages )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.