This document is archived and information here might be outdated. Recommended version. |
Enable raster attribute table for Mosaic dataset.
[Visual Basic .NET]
Public Property UseRasterFields As Boolean
[C#]
public bool UseRasterFields {get; set;}
[C++]
HRESULT get_UseRasterFields(
Boolean* bVAT
);
[C++]
HRESULT put_UseRasterFields(
VARIANT_BOOL bVAT
);
[C++] Parameters bVAT [out, retval]
bVAT is a parameter of type bool* bVAT [in]
bVAT is a parameter of type bool