ArcFM Responder Mobile Developer Guide
Conduit Property (IMMConduitEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
WriteOnly Property Conduit As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim instance As IMMConduitEditor
 
instance.Conduit = value
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Geodatabase.IFeature Conduit {set;}
write-only property Conduit: ESRI.ArcGIS.Geodatabase.IFeature; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function set Conduit : ESRI.ArcGIS.Geodatabase.IFeature
[System.Runtime.InteropServices.DispId(1610678272)]
__property void set_Conduit( 
   ESRI.ArcGIS.Geodatabase.IFeature* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Geodatabase.IFeature^ Conduit {
   void set (    ESRI.ArcGIS.Geodatabase.IFeature^ 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

IMMConduitEditor Interface
IMMConduitEditor Members

Send Feedback