ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / Contingency Class / IsRetired Property

In This Topic
    IsRetired Property
    In This Topic
    Gets whether the contingency has been retired or not.
    Syntax
    public bool IsRetired {get;}
    Public ReadOnly Property IsRetired As Boolean
    Remarks
    When a contingency is retired, it means that its presence in existing data is acceptable, but that it should not be presented as an option when editing. It is typically used to express that a value is no longer valid, such as using asbestos as a building material.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also