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


ICreateMosaicDatasetParameters.MinCellsizeFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICreateMosaicDatasetParameters Interface > ICreateMosaicDatasetParameters.MinCellsizeFieldName Property
ArcGIS Developer Help

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(
  System.String* pMinCellsizeFieldName
);
[C++]
Parameters
pMinCellsizeFieldName [in]

pMinCellsizeFieldName is a parameter of type BSTR pMinCellsizeFieldName [out, retval]
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