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