ArcFM Responder Mobile Developer Guide
UpdateParameters Method (CreateSystemTableFunction)






Not implemented.
Syntax
'Declaration
 
Public Sub UpdateParameters( _
   ByVal paramvalues As ESRI.ArcGIS.esriSystem.IArray, _
   ByVal pEnvMgr As ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager _
) 
'Usage
 
Dim instance As CreateSystemTableFunction
Dim paramvalues As ESRI.ArcGIS.esriSystem.IArray
Dim pEnvMgr As ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager
 
instance.UpdateParameters(paramvalues, pEnvMgr)
public void UpdateParameters( 
   ESRI.ArcGIS.esriSystem.IArray paramvalues,
   ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager pEnvMgr
)
public procedure UpdateParameters( 
    paramvalues: ESRI.ArcGIS.esriSystem.IArray;
    pEnvMgr: ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager
); 
public function UpdateParameters( 
   paramvalues : ESRI.ArcGIS.esriSystem.IArray,
   pEnvMgr : ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager
);
public: void UpdateParameters( 
   ESRI.ArcGIS.esriSystem.IArray* paramvalues,
   ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager* pEnvMgr
) 
public:
void UpdateParameters( 
   ESRI.ArcGIS.esriSystem.IArray^ paramvalues,
   ESRI.ArcGIS.Geoprocessing.IGPEnvironmentManager^ pEnvMgr
) 

Parameters

paramvalues
pEnvMgr
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

CreateSystemTableFunction Class
CreateSystemTableFunction Members

Send Feedback