This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICreateMosaicDatasetParameters Interface > ICreateMosaicDatasetParameters.MinCellsizeFieldName Property (ArcObjects .NET 10.5 SDK) |
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
Field name corresponding to the minimum cell size field in the source mosaic dataset for a referenced mosaic dataset.