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


In This Topic
    PolylineBuilderEx Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodAdds the parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be added to the end of the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Polyline class from an Esri shape buffer.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Polyline class from a JSON string representation.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Polyline class from an XML string representation.  
    Public Method Gets the segment at the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Method Gets the number of segments in the specified part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodInserts parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be inserted to the Parts list before the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Method Inserts a range of segments into an existing part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodOverloaded.   
    Public Methodstatic (Shared in Visual Basic)Queries parameters to be used when creating an instance Polyline or PolylineBuilderEx class that is a linear approximation to a clothoid. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRemove the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Method Removes a range of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodRemove the segment at the specified index from the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodReplace the segment at the specified index from the part specified by partIndex.

    Note: Values of partIndex = -1, segmentIndex = -1 replaces the last segment from the last part of the multipart.

    (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Method Changes the direction of the parts without changing the spatial position of the parts. The start point and end point of each segment in each part are interchanged. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodSets this instance to empty by clearing the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public Method Introduces a new vertex into the multipart at a specified distance from the beginning of the multipart. For a split to happen, the split distance must be between the start and end points of the multipart. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodIntroduces a new vertex to the part specified by partIndex at a specified distance from the start point of the first segment in the part. For a split to happen, the split distance must be between the start and end points of the part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx)
    Public MethodReturns a Polyline instance representing the current state of the builder.  
    Top
    See Also