ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pTiled
);
[C++]
HRESULT put_CreateTiledTIFF(
  VARIANT_BOOL pTiled
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterDefaultsEnv5 Interface