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


IRepresentationRules.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Add Method
ArcGIS Developer Help

IRepresentationRules.Add Method

Adds a new representation rule to the collection.

[Visual Basic .NET]
Public Function Add ( _
    ByVal repRule As IRepresentationRule _
) As Integer
[C#]
public int Add (
    IRepresentationRule repRule
);
[C++]
HRESULT Add(
  IRepresentationRule* repRule
);
[C++]
Parameters
repRule [in]

repRule is a parameter of type IRepresentationRule*

Product Availability

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

See Also

IRepresentationRules Interface