ArcObjects Library Reference (Display)  

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