ArcFM Responder Mobile Developer Guide
Junctions Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property Junctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
'Usage
 
Dim instance As IMMEidSearchResults
Dim value As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
instance.Junctions = value
 
value = instance.Junctions
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.Geodatabase.IEnumNetEID Junctions {get; set;}
read-write property Junctions: ESRI.ArcGIS.Geodatabase.IEnumNetEID; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set Junctions : ESRI.ArcGIS.Geodatabase.IEnumNetEID
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.Geodatabase.IEnumNetEID* get_Junctions();
__property void set_Junctions( 
   ESRI.ArcGIS.Geodatabase.IEnumNetEID* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.Geodatabase.IEnumNetEID^ Junctions {
   ESRI.ArcGIS.Geodatabase.IEnumNetEID^ get();
   void set (    ESRI.ArcGIS.Geodatabase.IEnumNetEID^ value);
}
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

IMMEidSearchResults Interface
IMMEidSearchResults Members

Send Feedback