ArcObjects Library Reference (ArcScan)  

IRasterCleanupOperation.Initialize Method

Called to initialize the operation.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal pGeom As IGeometry, _
    [ByVal option As Object] _
)
[C#]
public void Initialize (
    IGeometry pGeom,
    object option
);
[C#]

Optional Values

option   To indicate that this parameter is undefined, pass in Type.Missing.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This method initializes the raster draw operation. The variant is a two dimensional array of points with type Double containing x and y information for each point. For example when drawing polygons the point array will contain the coordinates of the polygon vertices.
The draw operation is performed via IOperation on the drawing raster coclass.

See Also

IRasterCleanupOperation Interface