ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Querying workspace properties