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


ICompositeXform.LastXform 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.LastXform Property
ArcGIS Developer Help

ICompositeXform.LastXform Property

The last geodata transform in the collection.

[Visual Basic .NET]
Public ReadOnly Property LastXform As IGeodataXform
[C#]
public IGeodataXform LastXform {get;}
[C++]
HRESULT get_LastXform(
  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