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


In This Topic
    Polyline Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets the area of this instance. For a Polyline, always returns 0.  
    Public Property Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the minimum enclosing envelope of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.Polyline.  
    Public Property Gets a boolean value indicating whether or not the multipart contains segments other than straight line segments. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets a value indicating if the geometry has ID. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has M. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has Z. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating whether or not this instance is empty. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the 2D length of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the 3D length of this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the number of parts in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the parts in this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets the count of all points in all parts for this instance. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public Property Gets a collection of points representing the vertices of all the parts. (Inherited from ArcGIS.Core.Geometry.Multipart)
    Public PropertyGets the spatial reference of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    See Also