ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ElevationCapturingEvent Class
Methods


In This Topic
    ElevationCapturingEvent Class Members
    In This Topic

    The following tables list the members exposed by ElevationCapturingEvent.

    Public Methods
     NameDescription
    Public MethodPublishes the ArcGIS.Core.Events.CompositePresentationEvent<TPayload>. (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Public MethodSubscribes a delegate to an event that will be published on the publisher thread. ArcGIS.Core.Events.AsyncPresentationEvent<TPayload> will maintain a to the target of the supplied action delegate. (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Public Methodstatic (Shared in Visual Basic)Subscribes to ElevationCapturingEvents that are published when an ElevationCapturing property has changed.  
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Unsubscribe from ElevationCapturingEvents.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodReturns true if there are currently any subscribers. (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Protected Method Called when the first subscriber subscribes to this event. (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Protected Method Called when the last subscriber unsubscribes from this event. (Inherited from ArcGIS.Core.Events.AsyncPresentationEvent<ElevationCapturingEventArgs>)
    Top
    See Also