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


IDENetworkDataset.ConfigurationKeyword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.ConfigurationKeyword Property
ArcGIS Developer Help

IDENetworkDataset.ConfigurationKeyword Property

The database configuration keyword for the network dataset.

[Visual Basic .NET]
Public Property ConfigurationKeyword As String
[C#]
public string ConfigurationKeyword {get; set;}
[C++]
HRESULT get_ConfigurationKeyword(
  System.String* ConfigKeyword
);
[C++]
HRESULT put_ConfigurationKeyword(
  BSTR ConfigKeyword
);
[C++]
Parameters
ConfigKeyword [out, retval]

ConfigKeyword is a parameter of type BSTR* ConfigKeyword [in]
ConfigKeyword is a parameter of type BSTR

Product Availability

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

Remarks

If the network dataset has been created in a File or ArcSDE geodatabase, then you may specify a configuration keyword for building your network dataset. A configuration keyword is used to specify storage and location parameters for optimal space and disk location efficiency.

The configurationKeywords for an ArcSDE instance are set up by the ArcSDE data administrator, the list of available keywords supported by a workspace may be obtained using the IWorkspaceConfiguration interface. For more information on configuration keywords, refer to the ArcSDE documentation.

See Also

IDENetworkDataset Interface