RhinoDocGetModelUrl Method |
Gets the link address, or URL, for the model.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void GetModelUrl(
out string url,
out string urlDescription
)
Public Sub GetModelUrl (
<OutAttribute> ByRef url As String,
<OutAttribute> ByRef urlDescription As String
)
Parameters
- url
- Type: SystemString
The URL. - urlDescription
- Type: SystemString
The URL description.
See Also