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


IRasterCatalogLoader.Transformed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogLoader Interface > IRasterCatalogLoader.Transformed Property
ArcGIS Developer Help

IRasterCatalogLoader.Transformed Property

Indicates if datasets are to be transformed on loading.

[Visual Basic .NET]
Public Property Transformed As Boolean
[C#]
public bool Transformed {get; set;}
[C++]
HRESULT get_Transformed(
  Boolean* xformed
);
[C++]
HRESULT put_Transformed(
  VARIANT_BOOL xformed
);
[C++]
Parameters
xformed [out, retval]

xformed is a parameter of type bool* xformed [in]
xformed is a parameter of type bool

Product Availability

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

See Also

IRasterCatalogLoader Interface