This document is archived and information here might be outdated. Recommended version. |
Add new graphic elements to the layer.
[Visual Basic .NET] Public Sub AddElements ( _ ByVal Elements As IElementCollection, _ ByVal zorder As Integer _ )
[C#] public void AddElements ( IElementCollection Elements, int zorder );
[C++]
HRESULT AddElements(
IElementCollection* Elements,
long zorder
);
[C++]
Parameters Elements [in]
Elements is a parameter of type IElementCollection* zorder [in]
zorder is a parameter of type long