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


IAnnotationConstructor.Startup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationConstructor Interface > IAnnotationConstructor.Startup Method
ArcGIS Developer Help

IAnnotationConstructor.Startup Method

The annotation editor extension.

[Visual Basic .NET]
Public Sub Startup ( _
    ByVal pEditor As IEditor _
)
[C#]
public void Startup (
    IEditor pEditor
);

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IAnnotationConstructor Interface