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


IRenderingRule.Arguments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderingRule Interface > IRenderingRule.Arguments Property
ArcGIS Developer Help

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