UserResourceGetInputStream Method |
Gets a Stream object which can be used to read the contents of the file.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic Stream GetInputStream(
ScriptContainer script
)
Parameters
- script
- Type: ScriptContainer
Calling Script
Return Value
Type:
StreamA Stream object which can be used to read the contents of the file.
See Also