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


IDETerrain.ConfigurationKeyword Property (ArcObjects .NET 10.5 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(
  BSTR pConfigKeyword
);
[C++]

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

Product Availability

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

See Also

IDETerrain Interface