This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDef2 Interface > IRasterDef2.IsFunction Property (ArcObjects .NET 10.5 SDK) |
Indicates if the Raster column value stores function dataset.
[Visual Basic .NET] Public Property IsFunction As Boolean
[C#] public bool IsFunction {get; set;}
[C++]
HRESULT get_IsFunction(
VARIANT_BOOL* pIsFunction
);
[C++]
HRESULT put_IsFunction(
VARIANT_BOOL pIsFunction
);
[C++]
Parameters pIsFunction [out, retval] pIsFunction is a parameter of type VARIANT_BOOL pIsFunction [in] pIsFunction is a parameter of type VARIANT_BOOL