ArcObjects Library Reference (Carto)  

IInvalidArea2.AddFeature Method

Invalidates the area occupied by the feature, using the symbolol specified.

[Visual Basic .NET]
Public Sub AddFeature ( _
    ByVal Feature As IFeature, _
    ByVal Symbol As ISymbol _
)
[C#]
public void AddFeature (
    IFeature Feature,
    ISymbol Symbol
);
[C++]
HRESULT AddFeature(
  IFeature* Feature,
  ISymbol* Symbol
);
[C++]

Parameters

Feature [in]

  Feature is a parameter of type IFeature

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInvalidArea2 Interface