ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceArgument Class / ResultTypes Property

In This Topic
    ResultTypes Property (TraceArgument)
    In This Topic
    Gets or sets the types of result for trace output.
    Syntax
    public IReadOnlyList<ResultType> ResultTypes {get; set;}
    Public Property ResultTypes As IReadOnlyList(Of ResultType)
    Exceptions
    ExceptionDescription
    value is null or an empty list.
    At least one value in value is invalid.
    Remarks
    By default, value is initialized with ResultType.Element and ResultType.FunctionValue.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also