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


ICompositeXform.LastXform Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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