This document is archived and information here might be outdated. Recommended version. |
Adds an element to the collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As IElement, _ [ByVal LinkedFeatureID As Integer] _ )
[C#] public void Add ( IElement Element, int LinkedFeatureID );
[C++]
HRESULT Add(
IElement* Element,
long LinkedFeatureID
);
[C++]
Parameters Element [in]
Element is a parameter of type IElement* LinkedFeatureID [in, optional, defaultvalue()]
LinkedFeatureID is a parameter of type long