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