This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.CellsizeFieldName Property (ArcObjects .NET 10.5 SDK) |
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