This document is archived and information here might be outdated. Recommended version. |
The available configuration keywords.
[Visual Basic .NET] Public ReadOnly Property ConfigurationKeywords As IEnumConfigurationKeyword
[C#] public IEnumConfigurationKeyword ConfigurationKeywords {get;}
[C++]
HRESULT get_ConfigurationKeywords(
IEnumConfigurationKeyword** keywords
);
[C++] Parameters keywords [out, retval]
keywords is a parameter of type IEnumConfigurationKeyword**
Returns an enumeration of all the of the configuration keywords for an ArcSDE or File geodatabase workspace.
IWorkspaceConfiguration Interface | IConfigurationKeyword Interface | IConfigurationParameter Interface