CMAltimeter.StartRelativeAltitudeUpdates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests periodic updates of altitude-adjustment data.
[Foundation.Export("startRelativeAltitudeUpdatesToQueue:withHandler:")]
public virtual void StartRelativeAltitudeUpdates (Foundation.NSOperationQueue queue, Action<CoreMotion.CMAltitudeData,Foundation.NSError> handler);
abstract member StartRelativeAltitudeUpdates : Foundation.NSOperationQueue * Action<CoreMotion.CMAltitudeData, Foundation.NSError> -> unit
override this.StartRelativeAltitudeUpdates : Foundation.NSOperationQueue * Action<CoreMotion.CMAltitudeData, Foundation.NSError> -> unit
Parameters
- queue
- NSOperationQueue
- handler
- Action<CMAltitudeData,NSError>
- Attributes