ArcFM Responder Mobile Developer Guide
AdjacentEdges Property






Syntax
'Declaration
 
Public ReadOnly Property AdjacentEdges As System.Collections.Generic.IDictionary(Of Integer,EdgeInfo)
'Usage
 
Dim instance As JunctionInfo
Dim value As System.Collections.Generic.IDictionary(Of Integer,EdgeInfo)
 
value = instance.AdjacentEdges
public System.Collections.Generic.IDictionary<int,EdgeInfo> AdjacentEdges {get;}
public read-only property AdjacentEdges: System.Collections.Generic.IDictionary; 
public function get AdjacentEdges : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<int,EdgeInfo*>* get_AdjacentEdges();
public:
property System.Collections.Generic.IDictionary<int,EdgeInfo^>^ AdjacentEdges {
   System.Collections.Generic.IDictionary<int,EdgeInfo^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JunctionInfo Class
JunctionInfo Members

Send Feedback