RenderMeshProviderGetParameter Method |
Runtime access to specific parameters on for a given objectId relating to this primitive provider.
Namespace:
Rhino.Render.CustomRenderMeshes
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public virtual Object GetParameter(
RhinoDoc doc,
Guid objectId,
string parameterName
)
Public Overridable Function GetParameter (
doc As RhinoDoc,
objectId As Guid,
parameterName As String
) As Object
Parameters
- doc
- Type: RhinoRhinoDoc
The Rhino document of interest. - objectId
- Type: SystemGuid
The objectId for which the parameter should be supplied. - parameterName
- Type: SystemString
The name of the parameter.
Return Value
Type:
ObjectThe value of the parameter for the specified ObjectId. IConvertable.
See Also