ArcObjects Library Reference (Geoprocessing)  

IGPTool.GetRenderer Method

Returns the renderer associated with 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,
  LPUNKNOWN* ppRenderer
);
[C++]

Parameters

pParam [in]

  pParam is a parameter of type IGPParameter

ppRenderer [out, retval]   ppRenderer is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGPTool Interface