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


IDETerrain.ConfigurationKeyword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.ConfigurationKeyword Property
ArcGIS Developer Help

IDETerrain.ConfigurationKeyword Property

The storage parameter used with SDE databases.

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

pConfigKeyword is a parameter of type BSTR pConfigKeyword [out, retval]
pConfigKeyword is a parameter of type BSTR*

Product Availability

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

See Also

IDETerrain Interface