ArcFM Responder Mobile Developer Guide
GeometricNetwork Property (IMMEidSearchResults)






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