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


IGPFunction.GetRenderer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFunction.GetRenderer Method

Returns the custom renderer to use for the specified parameter.

[Visual Basic .NET]
Public Function GetRenderer ( _
    ByVal pParam As IGPParameter _
) As Object
[C#]
public object GetRenderer (
    IGPParameter pParam
);
[C++]
HRESULT GetRenderer(
  IGPParameter* pParam,
  VARIANT* pRenderer
);
[C++]

Parameters pParam [in]
pParam is a parameter of type IGPParameter pRenderer [out, retval] pRenderer is a parameter of type VARIANT

Product Availability

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

Remarks

The GetRenderer property is used to set a custom renderer for a function tool's output.

See Also

IGPFunction Interface