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


IRasterDef2.IsFunction Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Product Availability

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

See Also

IRasterDef2 Interface