IRPDefGenerator.ProcessParameters

Applies To: Custom RPDef Generator

This property is invoked by Service Editor and other Raster Types that might link to a custom RPDef Generator to access or update the underlying Process Parameters string. The RPDef Generator is expected to use this property while finding matching items or while generating RPDefs.

[VB .NET]

Property ProcessParameters() As String

Implements ESRI.ImageServer.RPDefGenerator.IRPDefGenerator.ProcessParameters

[C++ .NET]

__property String* get_ProcessParameters();

__property void set_ProcessParameters(String* pars);

Access

Read / Write

Type

String

Remarks

This property will be used by external application and other Raster Types that link to your Raster Type in order to get or set Process parameters without having to show the Process Parameters Dialog. It allows programmatic access to the process parameters rather than having to prompt the user for that information.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework

Dependency

ESRI.ImageServer.RPDefGenerator.dll

Example

For a detailed example, please see the \Developer Kit\Raster Types\Samples.