ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangle Class / TagValue Property

In This Topic
    TagValue Property (TinTriangle)
    In This Topic
    Gets the tag value of this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override int TagValue {get;}
    Public Overrides NotOverridable ReadOnly Property TagValue As Integer
    Remarks
    Tag values can be set to any value and their interpretation is left up to the user.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also