ArcFM Responder Mobile Developer Guide
AssociatedGeoRow Property (D8FeatureClass)






Syntax
'Declaration
 
Public Overridable Property AssociatedGeoRow As ESRI.ArcGIS.Geodatabase.IRow
'Usage
 
Dim instance As D8FeatureClass
Dim value As ESRI.ArcGIS.Geodatabase.IRow
 
instance.AssociatedGeoRow = value
 
value = instance.AssociatedGeoRow
public virtual ESRI.ArcGIS.Geodatabase.IRow AssociatedGeoRow {get; set;}
public read-write property AssociatedGeoRow: ESRI.ArcGIS.Geodatabase.IRow; virtual; 
public function get,set AssociatedGeoRow : ESRI.ArcGIS.Geodatabase.IRow
public: __property virtual ESRI.ArcGIS.Geodatabase.IRow* get_AssociatedGeoRow();
public: __property virtual void set_AssociatedGeoRow( 
   ESRI.ArcGIS.Geodatabase.IRow* value
);
public:
virtual property ESRI.ArcGIS.Geodatabase.IRow^ AssociatedGeoRow {
   ESRI.ArcGIS.Geodatabase.IRow^ get();
   void set (    ESRI.ArcGIS.Geodatabase.IRow^ 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

D8FeatureClass Class
D8FeatureClass Members

Send Feedback