This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.ConfigurationKeyword Property (ArcObjects .NET 10.5 SDK) |
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