Click or drag to resize
SoVRMLInlineSetFullURLName Method

If the url field is not a local file and contains a relative URL (e.g. "foo.wrl" instead of "http://bogus.com/foo.wrl"), the inline cannot resolve the URL reference.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetFullURLName(
	string urlin
)

Parameters

urlin
Type: SystemString
Remarks

This method allows the application to tell the inline what its full URL should be.

See Also