This document is archived and information here might be outdated. Recommended version. |
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*