ArcObjects Library Reference (DataSourcesRaster)  

ICompositeXform.Insert Method

Inserts a geodata transform to the collection at a specified index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal pXform As IGeodataXform _
)
[C#]
public void Insert (
    int index,
    IGeodataXform pXform
);
[C++]
HRESULT Insert(
  long index,
  IGeodataXform* pXform
);
[C++]

Parameters

index [in]   index is a parameter of type long pXform [in]

  pXform is a parameter of type IGeodataXform

Product Availability

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

See Also

ICompositeXform Interface