ArcGIS Pro 2.6 API Reference Guide
Subscribe Method (ElevationCapturingEvent)

ArcGIS.Desktop.Editing.Events Namespace > ElevationCapturingEvent Class : Subscribe Method
A delegate that is executed when an ElevationCapturingEvent is published.
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)
Subscribes to ElevationCapturingEvents that are published when an ElevationCapturing property has changed.
Syntax

Parameters

action
A delegate that is executed when an ElevationCapturingEvent is published.
keepSubscriberAlive
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)

Return Value

A token that uniquely identifies the added subscription, and may subsequently be used with Unsubscribe.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ElevationCapturingEvent Class
ElevationCapturingEvent Members