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


ICompositeXform.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICompositeXform.Add Method

Adds a geodata transform to the end of the collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pXform As IGeodataXform _
)
[C#]
public void Add (
    IGeodataXform pXform
);
[C++]
HRESULT Add(
  IGeodataXform* pXform
);
[C++]

Parameters pXform [in]
pXform is a parameter of type IGeodataXform

Product Availability

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

See Also

ICompositeXform Interface