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


IGPFunction.GetRenderer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunction Interface > IGPFunction.GetRenderer Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pParam [in]

pParam is a parameter of type IGPParameter*

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