ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class


In This Topic
    PolylineBuilderEx Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Polyline.  
    Public Property Gets or sets the HasID flag which indicates whether the geometry contains IDs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Property Gets or sets the HasM flag which indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Property Gets or sets the HasZ flag which indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Property Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Property Gets the number of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Property Gets or sets the list of parts that define this builder. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    Top
    See Also