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


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

IRasterFunctionTemplate.Variables Property

The raster function variables in the template.

[Visual Basic .NET]
Public ReadOnly Property Variables As IArray
[C#]
public IArray Variables {get;}
[C++]
HRESULT get_Variables(
  IArray** ppVariables
);
[C++]
Parameters
ppVariables [out, retval]

ppVariables is a parameter of type IArray**

Product Availability

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

See Also

IRasterFunctionTemplate Interface