IRPDefGenerator.GenerateRPDefs

Applies To: Custom RPDef Generator

Generates the RPDef Entry array.

This method is invoked by the RPDef Generator Factory object prior to returning the newly created RPDef Generator object.

[VB.NET]

Function GenerateRPDefs(ByVal rasterSources As System.Array) As Boolean

Implements ESRI.ImageServer.RPDefGenerator.IRPDefGenerator.GenerateRPDefs

[C/C++]

[MarshalAs(UnmanagedType::SafeArray)]

Boolean GenerateRPDefs(Array* rasterSources);

Return Value

Boolean indicating the status of the method invocation:

Constant

Description

True

The RPDef Generator Factory object interprets this as a successful operation.

False

The RPDef Generator Factory object interprets this return value as a failure and invokes the GetStatus() method for more information on what went wrong.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM

Dependency

ESRI.ImageServer.RPDefGenerator.dll

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