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


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

IRasterFunctionArguments.Names Property

The list of all argument names.

[Visual Basic .NET]
Public ReadOnly Property Names As IStringArray
[C#]
public IStringArray Names {get;}
[C++]
HRESULT get_Names(
  IStringArray** ppNames
);
[C++]
Parameters
ppNames [out, retval]

ppNames is a parameter of type IStringArray**

Product Availability

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

See Also

IRasterFunctionArguments Interface