This document is archived and information here might be outdated.  Recommended version.


OnAngularCorrectionOffsetChangedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnAngularCorrectionOffsetChangedEventHandler Delegate

Represents the method that handles the OnAngularCorrectionOffsetChanged event.
[Visual Basic .NET]
Public Delegate Sub OnAngularCorrectionOffsetChangedEventHandler ( _
    ByVal angOffset As Double _
)
[C#]
public delegate void OnAngularCorrectionOffsetChangedEventHandler (
    double angOffset
);