ArcFM Responder Mobile Developer Guide
ID8GeoAssocJoin_set_AssociatedGeoRow Method






Syntax
'Declaration
 
Public Overridable Sub ID8GeoAssocJoin_set_AssociatedGeoRow( _
   ByVal ppRow As ESRI.ArcGIS.Geodatabase.IRow _
) 
'Usage
 
Dim instance As D8FeatureClass
Dim ppRow As ESRI.ArcGIS.Geodatabase.IRow
 
instance.ID8GeoAssocJoin_set_AssociatedGeoRow(ppRow)
public virtual void ID8GeoAssocJoin_set_AssociatedGeoRow( 
   ESRI.ArcGIS.Geodatabase.IRow ppRow
)
public procedure ID8GeoAssocJoin_set_AssociatedGeoRow( 
    ppRow: ESRI.ArcGIS.Geodatabase.IRow
); virtual; 
public function ID8GeoAssocJoin_set_AssociatedGeoRow( 
   ppRow : ESRI.ArcGIS.Geodatabase.IRow
);
public: virtual void ID8GeoAssocJoin_set_AssociatedGeoRow( 
   ESRI.ArcGIS.Geodatabase.IRow* ppRow
) 
public:
virtual void ID8GeoAssocJoin_set_AssociatedGeoRow( 
   ESRI.ArcGIS.Geodatabase.IRow^ ppRow
) 

Parameters

ppRow
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