RhinoObject.GetCustomRenderMeshParameter Method

RhinoObjectGetCustomRenderMeshParameter Method

Query the object for the value of a given named custom render mesh parameter.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual IConvertible GetCustomRenderMeshParameter(
	Guid providerId,
	string parameterName
)
Public Overridable Function GetCustomRenderMeshParameter ( 
	providerId As Guid,
	parameterName As String
) As IConvertible

Parameters

providerId
Type: SystemGuid
Id of the custom render mesh provider
parameterName
Type: SystemString
Name of the parameter

Return Value

Type: IConvertible
IConvertible. Note that you can't directly cast from object, instead you have to use the Convert mechanism.
Version Information

Rhino for Windows

Supported in: 6.14
See Also