ArcObjects Library Reference  (Geoprocessing)    

IGPFunction.GetRenderer Method

Returns the custom renderer to use for the specified parameter.

[Visual Basic 6.0]
Function GetRenderer(
    ByVal pParam As IGPParameter _
) As Variant
[Visual Basic .NET]
Public Function GetRenderer ( _
    ByVal pParam As IGPParameter _
) As Object
[C#]
public object GetRenderer (
    IGPParameter pParam
);
[Java]
public Object getRenderer (
    IGPParameter pParam
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page