ArcObjects Library Reference (DataSourcesRaster)  

ICreateMosaicDatasetParameters.MaxCellsizeFieldName Property

The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.

[Visual Basic .NET]
Public Property MaxCellsizeFieldName As String
[C#]
public string MaxCellsizeFieldName {get; set;}
[C++]
HRESULT get_MaxCellsizeFieldName(
  BSTR* pMaxCellsizeFieldName
);
[C++]
HRESULT put_MaxCellsizeFieldName(
  BSTR pMaxCellsizeFieldName
);
[C++]

Parameters

pMaxCellsizeFieldName [out, retval]   pMaxCellsizeFieldName is a parameter of type BSTR pMaxCellsizeFieldName [in]   pMaxCellsizeFieldName is a parameter of type BSTR

Product Availability

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

Description

Field name corresponding to the maximum cell size field in the source mosaic dataset for a referenced mosaic dataset.

See Also

ICreateMosaicDatasetParameters Interface

.NET Related Topics

How to create a referenced mosaic dataset |