ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedEventArgs Class / FeaturesCreated Method
The MapMember.

In This Topic
    FeaturesCreated Method
    In This Topic
    Gets whether any feature has been created within the given MapMember.
    Syntax
    public bool FeaturesCreated( 
       MapMember member
    )
    Public Function FeaturesCreated( _
       ByVal member As MapMember _
    ) As Boolean

    Parameters

    member
    The MapMember.

    Return Value

    true if any features may have been created, false otherwise.
    Remarks
    NOTE: also returns true if Invalidated is true, indicating a feature may have been created.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also