ArcFM Responder Mobile Developer Guide
SaveToField Method (MMMapSetClass)






Syntax
'Declaration
 
Public Overridable Sub SaveToField( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal lColumnIndex As System.Integer _
) 
'Usage
 
Dim instance As MMMapSetClass
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim lColumnIndex As System.Integer
 
instance.SaveToField(pRow, lColumnIndex)
public virtual void SaveToField( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   System.int lColumnIndex
)
public procedure SaveToField( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
    lColumnIndex: System.Integer
); virtual; 
public function SaveToField( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   lColumnIndex : System.int
);
public: virtual void SaveToField( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   System.int lColumnIndex
) 
public:
virtual void SaveToField( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow,
   System.int lColumnIndex
) 

Parameters

pRow
lColumnIndex
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

MMMapSetClass Class
MMMapSetClass Members

Send Feedback