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


IRepresentationGraphics.Remove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IRepresentationGraphics.Remove Method

Removes a component in a representation graphic.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Geometry As IGeometry, _
    ByVal repRule As IRepresentationRule _
)
[C#]
public void Remove (
    IGeometry Geometry,
    IRepresentationRule repRule
);
[C++]
HRESULT Remove(
  IGeometry* Geometry,
  IRepresentationRule* repRule
);
[C++]

Parameters Geometry [in]
Geometry is a parameter of type IGeometry repRule [in]
repRule is a parameter of type IRepresentationRule

Product Availability

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

See Also

IRepresentationGraphics Interface