ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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