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


IRasterCatalogLoader.Transformed Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* xformed
);
[C++]
HRESULT put_Transformed(
  VARIANT_BOOL xformed
);
[C++]

Parameters xformed [out, retval] xformed is a parameter of type VARIANT_BOOL xformed [in] xformed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterCatalogLoader Interface