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


IConfigurationKeyword.ConfigurationParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.ConfigurationParameters Property
ArcGIS Developer Help

IConfigurationKeyword.ConfigurationParameters Property

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**

Product Availability

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

Remarks

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.

See Also

IConfigurationKeyword Interface