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


IRasterCatalogLoader.Transformed Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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