This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometricEffects Interface > IGeometricEffects.Insert Method (ArcObjects .NET 10.4 SDK) |
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