C# 클래스 RouteLayer.RouteClass

The RouteClass class is the workhorse class that does the analysis and writes it to disk
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
SolveRoute ( ) : void

Create the analysis layer, load the locations, solve the analysis, and write to disk

비공개 메소드들

메소드 설명
CreateRouteAnalysisLayer ( String layerName, INetworkDataset networkDataset ) : INALayer

Create a new network analysis layer and set some solver settings

SaveLayerToDisk ( ILayer layer, String path ) : void

Write the NALayer out to disk as a layer file.

메소드 상세

SolveRoute() 공개 메소드

Create the analysis layer, load the locations, solve the analysis, and write to disk
public SolveRoute ( ) : void
리턴 void