ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace
/
PolylineBuilderEx Class
/ PolylineBuilderEx Constructor
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
PolylineBuilderEx Constructor
In This Topic
Overload List
Overload
Description
PolylineBuilderEx Constructor(SpatialReference)
Creates an empty instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(Polyline)
Creates a new instance of the
PolylineBuilderEx
class from the input polyline.
PolylineBuilderEx Constructor(Polygon)
Creates a new instance of the
PolylineBuilderEx
class from the parts of a polygon.
PolylineBuilderEx Constructor(Multipoint)
Creates a new instance of the
PolylineBuilderEx
class from the input multipoint.
PolylineBuilderEx Constructor(Envelope)
Creates a new instance of the
PolylineBuilderEx
class from the input envelope.
PolylineBuilderEx Constructor(IEnumerable<Coordinate2D>,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(IEnumerable<MapPoint>,AttributeFlags,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(IEnumerable<Segment>,AttributeFlags,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(IEnumerable<IEnumerable<Segment>>,AttributeFlags,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(Segment,AttributeFlags,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(IEnumerable<Polyline>,AttributeFlags,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class.
PolylineBuilderEx Constructor(MapPoint,Double,Double,Double,ArcOrientation,ClothoidCreateMethod,Double,CurveDensifyMethod,Double,SpatialReference)
Creates a new instance of the
PolylineBuilderEx
class that is a linear approximation to a clothoid. This method must be called on the MCT. Use QueuedTask.Run.
PolylineBuilderEx Constructor(PolylineBuilderEx)
Creates a new instance of the
PolylineBuilderEx
class.
Requirements
Target Platforms:
Windows 11, Windows 10
ArcGIS Pro version:
3 or higher.
See Also
Reference
PolylineBuilderEx Class
PolylineBuilderEx Members