This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTask Interface > IGPTask.GetRenderer Method (ArcObjects .NET 10.4 SDK) |
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