IHistogramBuilder.SetProperty method

Applies To: IHistogramBuilder

This method sets the value of a given property.

[Visual Basic 6.0]

retStatus=Object.SetProperty(name, value)

[C++]

Object->SetProperty(name,value,&retStatus);

[C#, .NET]

retStatus=Object.SetProperty(name,value);

Arguments

[in]name

String representing the name of the property to be set.

[in]value

String representing the value of the property to be set.

Return Value

[out]retStatus

Boolean that determines if the property is set.

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.