ArcFM Responder Mobile Developer Guide
AssociatedJoinGeoRow Property (ID8GeoAssocJoin)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743808)>
Property AssociatedJoinGeoRow As ESRI.ArcGIS.Geodatabase.IRow
'Usage
 
Dim instance As ID8GeoAssocJoin
Dim value As ESRI.ArcGIS.Geodatabase.IRow
 
instance.AssociatedJoinGeoRow = value
 
value = instance.AssociatedJoinGeoRow
[System.Runtime.InteropServices.DispId(1610743808)]
ESRI.ArcGIS.Geodatabase.IRow AssociatedJoinGeoRow {get; set;}
read-write property AssociatedJoinGeoRow: ESRI.ArcGIS.Geodatabase.IRow; 
System.Runtime.InteropServices.DispIdAttribute(1610743808)
function get,set AssociatedJoinGeoRow : ESRI.ArcGIS.Geodatabase.IRow
[System.Runtime.InteropServices.DispId(1610743808)]
__property ESRI.ArcGIS.Geodatabase.IRow* get_AssociatedJoinGeoRow();
__property void set_AssociatedJoinGeoRow( 
   ESRI.ArcGIS.Geodatabase.IRow* value
);
[System.Runtime.InteropServices.DispId(1610743808)]
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

ID8GeoAssocJoin Interface
ID8GeoAssocJoin Members

Send Feedback