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


IRasterFunctionVariable.IsDataset Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* pbIsDataset
);
[C++]

Parameters pbIsDataset [in]
pbIsDataset is a parameter of type bool pbIsDataset [out, retval]
pbIsDataset is a parameter of type 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)