ArcFM Desktop Developer Guide
GetWMSNode Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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.

Syntax
'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
)

Parameters

sNodeType
lWorkflowID
bReadOnly
bSuppressMessages
Requirements

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.

See Also

Reference

IMMWorkflowManager Interface
IMMWorkflowManager Members

 

 


Send Comment