ArcFM Responder Mobile Developer Guide
ID8GeoAssocJoin_AssociatedGeoRow Property






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