SoWWWInlineSetReadAsSoFile Method |
Sets the ReadAsSoFile flag.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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, assume that "url" points to other Open Inventor files on local filesystem, and load them directly as if this were an OIV.Inventor.Nodes.SoFile node instead of using ().
See Also