com.esri.arcgis.schematic
Interface ISchematicNetworkDatasetBuilderContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicNetworkDatasetBuilderContextProxy

public interface ISchematicNetworkDatasetBuilderContext
extends Serializable

Provides access to members that control information related to the context when the schematic Network Dataset builder runs.

Product Availability

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


Method Summary
 INALayer getNetworkAnalystLayer()
          Network Analyst layer the schematic Network Dataset builder works with.
 void setNetworkAnalystLayerByRef(INALayer layer)
          Network Analyst layer the schematic Network Dataset builder works with.
 

Method Detail

setNetworkAnalystLayerByRef

void setNetworkAnalystLayerByRef(INALayer layer)
                                 throws IOException,
                                        AutomationException
Network Analyst layer the schematic Network Dataset builder works with.

Product Availability

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

Parameters:
layer - A reference to a com.esri.arcgis.networkanalyst.INALayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkAnalystLayer

INALayer getNetworkAnalystLayer()
                                throws IOException,
                                       AutomationException
Network Analyst layer the schematic Network Dataset builder works with.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.networkanalyst.INALayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.