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


IGPTask.GetRenderer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTask.GetRenderer Method

Get the parameter renderer.

[Visual Basic .NET]
Public Function GetRenderer ( _
    ByVal Name As String _
) As Object
[C#]
public object GetRenderer (
    string Name
);
[C++]
HRESULT GetRenderer(
  BSTR Name,
  LPUNKNOWN* ppRenderer
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR ppRenderer [out, retval] ppRenderer is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGPTask Interface