This document is archived and information here might be outdated. Recommended version. |
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