ArcGIS Pro 2.8 API Reference Guide
CreatePolyline Method (PolylineBuilder)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: Visual Basic (Declaration)
C#
Visual Basic (Declaration)
ArcGIS.Core.Geometry Namespace
>
PolylineBuilder Class
: CreatePolyline Method
Overload List
Overload
Description
CreatePolyline(SpatialReference)
Convenience method to create an empty instance of the
Polyline
class.
CreatePolyline(Polyline,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(Polygon,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(Multipoint,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(Segment,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<Coordinate2D>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<Coordinate3D>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<MapPoint>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<Segment>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<IEnumerable<Segment>>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(IEnumerable<Polyline>,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(MapPoint,Double,Double,Double,esriArcOrientation,esriClothoidCreateMethod,Double,esriCurveDensifyMethod,Double,SpatialReference)
Creates new instance of the
Polyline
class that is a linear approximation to a clothoid.
Requirements
Target Platforms:
Windows 10, Windows 8.1
See Also
Reference
PolylineBuilder Class
PolylineBuilder Members