Click or drag to resize
SoWWWAnchorSetFullURLName Method

If the name field contains a relative URL (e.g., "foo.wrl" instead of "http://bogus.com/foo.wrl"), the anchor cannot resolve the URL reference.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFullURLName(
	string url
)

Parameters

url
Type: SystemString
Remarks

This method allows the application to tell the anchor what its full URL should be. OIV.Inventor.Nodes.SoWWWAnchor.GetFullURLName() returns the fullURL set here, or if not set, returns the contents of the name field.

See Also