Click or drag to resize

RhinoDocGetModelUrl Method

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

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

Parameters

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