Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

get single route feature

$
0
0
if i have this
IRouteLocator2 routeLocator = GetRouteLocator(featureClass, idFieldNameValue, measureUnit);

IRouteLocation routeLocation = new RouteMeasurePointLocation();
routeLocation.setRouteID(routeID);
routeLocation.setMeasureUnit(routeLocator.getMeasureUnit());
routeLocation.setLateralOffset(offset);

how can i get the polyline of the routeiD

Viewing all articles
Browse latest Browse all 1374

Trending Articles