ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionVariable.IsDataset Property

Indicates whether the variable is a dataset.

[Visual Basic .NET]
Public Property IsDataset As Boolean
[C#]
public bool IsDataset {get; set;}
[C++]
HRESULT get_IsDataset(
  VARIANT_BOOL* pbIsDataset
);
[C++]
HRESULT put_IsDataset(
  VARIANT_BOOL pbIsDataset
);
[C++]

Parameters

pbIsDataset [out, retval]   pbIsDataset is a parameter of type VARIANT_BOOL pbIsDataset [in]   pbIsDataset is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterFunctionVariable Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIClass TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction WatermarkFunctionUIClass)