SketchVertex Class

  • SketchVertex
  • class Esri::ArcGISRuntime::SketchVertex

    A class that represents a vertex or mid-vertex in the SketchEditor. More...

    Header: #include <SketchVertex.h>
    Since: Esri::ArcGISRuntime 100.12
    Inherits: Esri::ArcGISRuntime::Object

    This class is deprecated. We strongly advise against using it in new code.

    Public Functions

    virtual ~SketchVertex() override

    Detailed Description

    If the pointIndex is greater or equal to 0, then it is a vertex. If the insertionIndex is greater or equal to 0, then it is a mid-vertex. This object cannot have both pointIndex and insertionIndex greater or equal to 0. When the associated sketch editor is modifying a point geometry, the partIndex and pointIndex will both be 0 for a valid vertex. Mid-vertices are not allowed for a single point geometry. When the associated sketch editor is modifying a multi-point geometry, the partIndex will be 0 for a valid vertex. Mid-vertices are not allowed for a multi-point geometry.

    since Esri::ArcGISRuntime 200.2

    SketchEditor and associated types are deprecated. Use GeometryEditor instead.

    Member Function Documentation

    [override virtual] SketchVertex::~SketchVertex()

    Destructor.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close