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


INotifyGeometryFound.AddGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IN > INotifyGeometryFound Interface > INotifyGeometryFound.AddGeometry Method
ArcGIS Developer Help

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