Click or drag to resize

RhinoDocSetModelUrl Method

Sets the link address, or URL, for the model.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetModelUrl(
	string url,
	string urlDescription
)

Parameters

url
Type: SystemString
The URL.
urlDescription
Type: SystemString
The URL description.
See Also