ArcObjects Library Reference (Editor)  

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