ArcObjects Library Reference (ArcScan)  

INotifyGeometryFound.AddGeometry Method

Called when a shape is found in the method IVectorization::Vectorize.

[Visual Basic .NET]
Public Sub AddGeometry ( _
    ByVal pShape As IGeometry, _
    ByVal LineWidth As Double _
)
[C#]
public void AddGeometry (
    IGeometry pShape,
    double LineWidth
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

See Also

INotifyGeometryFound Interface