ArcObjects Library Reference (DataSourcesRaster)  

ICreateMosaicDatasetParameters.MinCellsizeFieldName Property

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

[Visual Basic .NET]
Public Property MinCellsizeFieldName As String
[C#]
public string MinCellsizeFieldName {get; set;}
[C++]
HRESULT get_MinCellsizeFieldName(
  BSTR* pMinCellsizeFieldName
);
[C++]
HRESULT put_MinCellsizeFieldName(
  BSTR pMinCellsizeFieldName
);
[C++]

Parameters

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

Product Availability

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

Description

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

See Also

ICreateMosaicDatasetParameters Interface