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


IMosaicFunction.CellsizeFieldName 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.CellsizeFieldName Property
ArcGIS Developer Help

IMosaicFunction.CellsizeFieldName Property

The native raster cellsize field name.

[Visual Basic .NET]
Public Property CellsizeFieldName As String
[C#]
public string CellsizeFieldName {get; set;}
[C++]
HRESULT get_CellsizeFieldName(
  System.String* pCellsizeFieldName
);
[C++]
HRESULT put_CellsizeFieldName(
  BSTR pCellsizeFieldName
);
[C++]
Parameters
pCellsizeFieldName [out, retval]

pCellsizeFieldName is a parameter of type BSTR* pCellsizeFieldName [in]
pCellsizeFieldName is a parameter of type BSTR

Product Availability

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

See Also

IMosaicFunction Interface