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


IRasterFunctionArguments.Names Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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