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


IDETerrain.ConfigurationKeyword Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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