ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class / GetFormattedValueAsync Method

In This Topic
    GetFormattedValueAsync Method
    In This Topic
    Get the formatted value of this attribute.
    Syntax
    Public Function GetFormattedValueAsync() As Task(Of String)
    public Task<string> GetFormattedValueAsync()

    Return Value

    A task returning a formatted string value.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also