Click or drag to resize
SoVRMLAnchorSetFullURLName Method

If the url field contains a relative URL (for instance "foo.wrl" instead of "http://bogus.com/foo.wrl"), the anchor 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 name
)

Parameters

name
Type: SystemString
Remarks

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

See Also