This document is archived and information here might be outdated.  Recommended version.


IGeometricEffects.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometricEffects Interface > IGeometricEffects.Insert Method
ArcGIS Developer Help

IGeometricEffects.Insert Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometricEffects Interface