ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / HistoricalVersion Class / GetName Method

In This Topic
    GetName Method (HistoricalVersion)
    In This Topic
    Gets the name (i.e., marker) of this historical version. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override string GetName()
    Public Overrides NotOverridable Function GetName() As String

    Return Value

    The name (i.e., marker) of this historical version. If the historical version was created from a moment, no name is retured.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also