RhinoDocSetModelUrl Method |
Sets the link address, or URL, for the model.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void SetModelUrl(
string url,
string urlDescription
)
Public Sub SetModelUrl (
url As String,
urlDescription As String
)
Parameters
- url
- Type: SystemString
The URL. - urlDescription
- Type: SystemString
The URL description.
See Also