ArcFM Desktop Developer Guide
ImportConnectivity Method (IStaticDataService)


Syntax
'Declaration
 
<OperationContractAttribute(Action="urn:dms-import-connectivity", ReplyAction="urn:dms-import-connectivity-reply")>
Function ImportConnectivity( _
   ByVal message As String _
) As String
'Usage
 
Dim instance As IStaticDataService
Dim message As String
Dim value As String
 
value = instance.ImportConnectivity(message)
[OperationContract(Action="urn:dms-import-connectivity", ReplyAction="urn:dms-import-connectivity-reply")]
string ImportConnectivity( 
   string message
)

Parameters

message
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

IStaticDataService Interface
IStaticDataService Members

 

 


Send Comment