This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.ConfigurationParameters Property (ArcObjects .NET 10.5 SDK) |
Configuration parameters included in this keyword.
[Visual Basic .NET] Public ReadOnly Property ConfigurationParameters As IEnumConfigurationParameter
[C#] public IEnumConfigurationParameter ConfigurationParameters {get;}
[C++]
HRESULT get_ConfigurationParameters(
IEnumConfigurationParameter** params
);
[C++]
Parameters params [out, retval]
params is a parameter of type IEnumConfigurationParameter
Configuration keywords in an ArcSDE or File geodatabase are used to specify storage parameters for feature class, tables and geometric networks. These storage parameters can be accessed through the IConfigurationParameters interface. This method returns a collection of parameters for a configuration keyword.
IConfigurationKeyword Interface