ArcFM Responder Mobile Developer Guide
AssociatedJoinGeoRow Property (D8FeatureClass)






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