IAISImageWriter.GetProperty method

Applies To: IAISImageWriter

This method gets the value of the given property.

[Visual Basic 6.0]

value=Object.GetProperty(name)

[C++]

Object->GetProperty(name,&value);

[C#, .NET]

value=Object.GetProperty(name);

Arguments

[in]name

String representing the name of the property to be retrieved.

Return Value

[out]value

String representing the value of the property retrieved.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h  (ANSI C)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.