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


IRasterFunctionVariable.IsDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionVariable Interface > IRasterFunctionVariable.IsDataset Property
ArcGIS Developer Help

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 a custom raster function Create a custom raster function Create an NDVI custom raster function Create an NDVI custom raster function