This document is archived and information here might be outdated.  Recommended version.


IRasterAnalysisGDBEnvironment.ConfigurationKeyword Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.ConfigurationKeyword Property

The configuration keyword in the RasterAnalysis.

[Visual Basic .NET]
Public Property ConfigurationKeyword As String
[C#]
public string ConfigurationKeyword {get; set;}
[C++]
HRESULT get_ConfigurationKeyword(
  BSTR* configKeyword
);
[C++]
HRESULT put_ConfigurationKeyword(
  BSTR configKeyword
);
[C++]

Parameters configKeyword [out, retval] configKeyword is a parameter of type BSTR configKeyword [in] configKeyword is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterAnalysisGDBEnvironment Interface