ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / SetEdgeTagValue Method
The index of the edge. Edge indices start at 1.
The tag value to set.

In This Topic
    SetEdgeTagValue Method
    In This Topic
    Sets the tag value of the specified triangle edge. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetEdgeTagValue( 
       int index,
       int tagValue
    )
    Public Sub SetEdgeTagValue( _
       ByVal index As Integer, _
       ByVal tagValue As Integer _
    ) 

    Parameters

    index
    The index of the edge. Edge indices start at 1.
    tagValue
    The tag value to set.
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
    The editor is not in edit mode.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also