SoVRMLInlineSetReadAsSoFile Method |
Sets the ReadAsSoFile flag.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetReadAsSoFile(
bool onOff
)
Public Shared Sub SetReadAsSoFile (
onOff As Boolean
)
public:
static void SetReadAsSoFile(
bool onOff
)
static member SetReadAsSoFile :
onOff : bool -> unit
Parameters
- onOff
- Type: SystemBoolean
RemarksIf 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