This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Add Method (ArcObjects .NET 10.4 SDK) |
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,
long* ID
);
[C++]
Parameters repRule [in]
repRule is a parameter of type IRepresentationRule ID [out, retval] ID is a parameter of type long