SoWWWInlineSetReadAsSoFile Method |
Sets the ReadAsSoFile flag.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks If 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