Click or drag to resize
SoVRMLInlineSetReadAsSoFile Method

Sets the ReadAsSoFile flag.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void SetReadAsSoFile(
	bool onOff
)

Parameters

onOff
Type: SystemBoolean
Remarks

If true, assumes that "url" points to other Inventor files on local filesystem, and loads them directly as if this were an SoFile node instead of using SoVRMLInlineFetchURLCB.

See Also