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


IRasterDef2.IsFunction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDef2 Interface > IRasterDef2.IsFunction Property
ArcGIS Developer Help

IRasterDef2.IsFunction Property

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(
  Boolean* pIsFunction
);
[C++]
HRESULT put_IsFunction(
  VARIANT_BOOL pIsFunction
);
[C++]
Parameters
pIsFunction [out, retval]

pIsFunction is a parameter of type bool* pIsFunction [in]
pIsFunction is a parameter of type bool

Product Availability

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

See Also

IRasterDef2 Interface