ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / StartEditing Method

In This Topic
    StartEditing Method
    In This Topic
    Puts the TIN editor in edit mode. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool StartEditing()
    Public Function StartEditing() As Boolean

    Return Value

    Returns true if the method succeeds and false otherwise.
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also