Description:
Syntax:
public virtual void SetParameter(
RhinoDoc doc,
Guid objectId,
String parameterName,
object value
)
virtual
Parameters:
  • doc
  • Type: RhinoDoc
  • The Rhino document of interest.
  • objectId
  • Type: System.Guid
  • The objectId for which the parameter should be supplied.
  • parameterName
  • Type: System.String
  • The name of the parameter.
  • value
  • Type: object
  • The value to set.
Returns:
Type: void
Available since:
8.0

Nothing found