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


IMosaicFunction.MaxCellsizeFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.MaxCellsizeFieldName Property
ArcGIS Developer Help

IMosaicFunction.MaxCellsizeFieldName Property

The maximum cellsize field name.

[Visual Basic .NET]
Public Property MaxCellsizeFieldName As String
[C#]
public string MaxCellsizeFieldName {get; set;}
[C++]
HRESULT get_MaxCellsizeFieldName(
  System.String* 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.

See Also

IMosaicFunction Interface