Miner.Interop.Process.Workflow Assembly > Miner.Interop.Process Namespace > IMMWorkflowManager Interface : GetWMSNode Method |
If this method cannot find the wms node, and all of the data you passed in is otherwise valid, it will return a null.
If you pass in a bad nodetype string, it will error out.
'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.