ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Polyline Class


In This Topic
    Polyline Class Methods
    In This Topic

    For a list of all members of this type, see Polyline members.

    Public Methods
     NameDescription
    Public Method Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Gets a copy of all the coordinates in all parts as a read-only list of 2D coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Method Gets a copy of all the coordinates in all parts as a read-only list of 3D coordinates. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Method Gets all the segments in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public MethodOverloaded.   
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    See Also