CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Creates a new project reading the data from the given stream.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static Project ReadFromStream( Stream stream ) |
| Visual Basic |
|---|
Public Shared Function ReadFromStream ( _ stream As Stream _ ) As Project |
| Visual C++ |
|---|
public: static Project^ ReadFromStream( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::..Stream
Stream to read from