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


IShapeConstructor.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.Initialize Method
ArcGIS Developer Help

IShapeConstructor.Initialize Method

Initializes a newly constructed shape constructor.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface