IRPDefGenerator.GetProperty

Applies To: Custom RPDef Generator

This function is currently not invoked by Image Service Editor but exists in the interface so that RPDef Generators implement a function that allows applications to access recognized object properties by name.          

[VB.NET]

Function GetProperty(ByVal name As StringAs String

Implements ESRI.ImageServer.RPDefGenerator.IRPDefGenerator.GetProperty

[C/C++]

String* GetProperty(String* name);

Arguments

[in] name

A string that defines the name of the property being requested by the RPDef Generator object.

Return Value

A string that corresponds to the value of the requested property (or empty if the property is not recognized).

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM

Dependency

ESRI.ImageServer.RPDefGenerator.dll

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