Loads the objects from Stream. The IEV format is writed to save vectorial objects as lines, ellipses and bitmaps (but not background image).
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public bool LoadObjects( Stream stream )
Public Function LoadObjects ( _ stream As Stream _ ) As Boolean
public: bool LoadObjects( Stream^ stream )
Parameters
- stream
- Stream
 The input stream


























