ArcFM Desktop Developer Guide
CrossReference Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function CrossReference( _
   ByVal xmlNode As XmlNode, _
   ByRef attributes As IDictionary(Of String,String) _
) As XmlNode
'Usage
 
Dim instance As Transformer
Dim xmlNode As XmlNode
Dim attributes As IDictionary(Of String,String)
Dim value As XmlNode
 
value = instance.CrossReference(xmlNode, attributes)
public XmlNode CrossReference( 
   XmlNode xmlNode,
   out IDictionary<string,string> attributes
)

Parameters

xmlNode
attributes
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

Transformer Class
Transformer Members

 

 


Send Comment