This document is archived and information here might be outdated. Recommended version. |
Returns the custom renderer to use for 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
);
[C++] Parameters pParam [in]
pParam is a parameter of type IGPParameter*
The GetRenderer property is used to set a custom renderer for a function tool's output.