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


IRenderingRule.Arguments Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRenderingRule.Arguments Property

The raster function arguments.

[Visual Basic .NET]
Public Property Arguments As IRasterFunctionArguments
[C#]
public IRasterFunctionArguments Arguments {get; set;}
[C++]
HRESULT get_Arguments(
  IRasterFunctionArguments** ppArguments
);
[C++]
HRESULT putref_Arguments(
  IRasterFunctionArguments* ppArguments
);
[C++]

Parameters ppArguments [out, retval]
ppArguments is a parameter of type IRasterFunctionArguments ppArguments [in]
ppArguments is a parameter of type IRasterFunctionArguments

Product Availability

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

See Also

IRenderingRule Interface