Method AddStartingPoint
| Edit this page View SourceAddStartingPoint(ArcGISFeature, MapPoint?)
Adds a starting point.
Declaration
public void AddStartingPoint(ArcGISFeature feature, MapPoint? location)
Parameters
Type | Name | Description |
---|---|---|
ArcGISFeature | feature | The feature to use as the basis for the starting point. |
MapPoint | location | Optional location to use, which will be used to specify the location along the line for line features. |