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


ICompositeXform2.Replace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeXform2 Interface > ICompositeXform2.Replace Method
ArcGIS Developer Help

ICompositeXform2.Replace Method

Replace a geodata transform in the collection at a specified index.

[Visual Basic .NET]
Public Sub Replace ( _
    ByVal index As Integer, _
    ByVal pXform As IGeodataXform _
)
[C#]
public void Replace (
    int index,
    IGeodataXform pXform
);
[C++]
HRESULT Replace(
  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

ICompositeXform2 Interface