This document is archived and information here might be outdated. Recommended version. |
Inserts a new geometric effect.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal geomEffect As IGeometricEffect _ )
[C#] public void Insert ( int index, IGeometricEffect geomEffect );
[C++]
HRESULT Insert(
long index,
IGeometricEffect* geomEffect
);
[C++] Parameters index [in]
index is a parameter of type long geomEffect [in]
geomEffect is a parameter of type IGeometricEffect*