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


ICompositeXform.FirstXform Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICompositeXform.FirstXform Property

The first geodata transform in the collection.

[Visual Basic .NET]
Public ReadOnly Property FirstXform As IGeodataXform
[C#]
public IGeodataXform FirstXform {get;}
[C++]
HRESULT get_FirstXform(
  IGeodataXform** ppXform
);
[C++]

Parameters ppXform [out, retval]
ppXform is a parameter of type IGeodataXform

Product Availability

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

See Also

ICompositeXform Interface