ArcObjects Library Reference (GeoDatabase)  

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