This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationConstructor Interface > IAnnotationConstructor.Startup Method (ArcObjects .NET 10.5 SDK) |
The annotation editor extension.
[Visual Basic .NET] Public Sub Startup ( _ ByVal pEditor As IEditor _ )
[C#] public void Startup ( IEditor pEditor );
Startup is called when the constructor is instantiated by the AnnotationEditExtension. If you are implementing this interface Startup is where you should obtain a reference to IAnnotationEditExtension from the Editor.