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


IRasterDefaultsEnv5.CreateTiledTIFF Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv5 Interface > IRasterDefaultsEnv5.CreateTiledTIFF Property
ArcGIS Developer Help

IRasterDefaultsEnv5.CreateTiledTIFF Property

Indicates if newly created TIFF images should be tiled.

[Visual Basic .NET]
Public Property CreateTiledTIFF As Boolean
[C#]
public bool CreateTiledTIFF {get; set;}
[C++]
HRESULT get_CreateTiledTIFF(
  Boolean* pTiled
);
[C++]
HRESULT put_CreateTiledTIFF(
  VARIANT_BOOL pTiled
);
[C++]
Parameters
pTiled [out, retval]

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

Product Availability

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

See Also

IRasterDefaultsEnv5 Interface