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


IGPTask.GetRenderer Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IGPTask Interface