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


IRenderingRule2.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRenderingRule2.Type Property

The rendering function template type.

[Visual Basic .NET]
Public Property Type As esriRasterFunctionTemplateType
[C#]
public esriRasterFunctionTemplateType Type {get; set;}
[C++]
HRESULT get_Type(
  esriRasterFunctionTemplateType* pType
);
[C++]
HRESULT put_Type(
  esriRasterFunctionTemplateType pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriRasterFunctionTemplateType pType [in]
pType is a parameter of type esriRasterFunctionTemplateType

Product Availability

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

See Also

IRenderingRule2 Interface