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


ICompositeXform.FirstXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeXform Interface > ICompositeXform.FirstXform Property
ArcGIS Developer Help

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