ArcFM Responder Mobile Developer Guide
UpdateParameters Method (PopulateCathodicProtectionSystemFunction)






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

Parameters

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

PopulateCathodicProtectionSystemFunction Class
PopulateCathodicProtectionSystemFunction Members

Send Feedback