ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace
/
PolylineBuilderEx Class
/ CreatePolyline Method
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)
In This Topic
CreatePolyline Method
In This Topic
Overload List
Overload
Description
CreatePolyline(SpatialReference)
Convenience method to create a new 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(Envelope,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<MapPoint>,AttributeFlags,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<Segment>,AttributeFlags,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<IEnumerable<Segment>>,AttributeFlags,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(Segment,AttributeFlags,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(IEnumerable<Polyline>,AttributeFlags,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(PolylineBuilderEx,SpatialReference)
Convenience method to create a new instance of the
Polyline
class.
CreatePolyline(MapPoint,Double,Double,Double,ArcOrientation,ClothoidCreateMethod,Double,CurveDensifyMethod,Double,SpatialReference)
Creates new instance of the
Polyline
class that is a linear approximation to a clothoid.
Requirements
Target Platforms:
Windows 11, Windows 10
ArcGIS Pro version:
3.0 or higher.
See Also
Reference
PolylineBuilderEx Class
PolylineBuilderEx Members