ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / COGOLineBuilder Class
Members

In This Topic
    COGOLineBuilder Class
    In This Topic
    A builder for creating a COGOLine whose methods can be called on any thread.
    Object Model
    COGOLineBuilder ClassCOGOLine ClassCOGOLine ClassCOGOLine Class
    Syntax
    Public NotInheritable Class COGOLineBuilder 
    public sealed class COGOLineBuilder 
    Remarks
    Use the COGOLineBuilder class to to create a COGOLine for use in a Traverse. The lines can be straight lines (defined by a direction and distance) or circular arcs (defined by a CircularArcDefinition) or tangent curves (defined by a TangentCurveDefinition).

    The COGOLineBuilder methods can be called on any thread.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Editing.COGO.COGOLineBuilder

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also