IRPDefGenerator.AddDataParameters

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 Add Data Parameters string. The RPDef Generator is expected to use this property while finding matching items or while generating RPDefs.

[VB .NET]

Property AddDataParameters() As String

Implements ESRI.ImageServer.RPDefGenerator.IRPDefGenerator.AddDataParameters

[C++ .NET]

__property String* get_AddDataParameters();

__property void set_AddDataParameters(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 Add Data parameters without having to show the Add Data Dialog. It allows programmatic access to the Add Data parameters rather than having to prompt a 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.