ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader2.ConfigurationKeyword Property

Configuration keyword for the new geometric network.

[Visual Basic .NET]
Public WriteOnly Property ConfigurationKeyword
[C#]
public void ConfigurationKeyword {set;}
[C++]
HRESULT put_ConfigurationKeyword(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Remarks

If the feature dataset set at INetworkLoader::FeatureDatasetName is a member of an SDE geodatabase, then you may specify a configuration keyword for building your geometric network. 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 at ArcGIS release 8.1 or later. For more information on configuration keywords, refer to the ArcSDE documentation.

See Also

INetworkLoader2 Interface