This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IN > INotifyGeometryFound Interface > INotifyGeometryFound.AddGeometry Method (ArcObjects .NET 10.4 SDK) |
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 );