- depth
- The depth of the 3D object, or the number of frames used to create the 3D object.
Visual Basic (Declaration) | |
---|---|
Public Function MemoryEfficientInit( _ ByVal depth As Integer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim depth As Integer Dim value As Boolean value = instance.MemoryEfficientInit(depth) |
Parameters
- depth
- The depth of the 3D object, or the number of frames used to create the 3D object.
For an example, refer to Medical3DObject
- You must add the Medical3DObject to the Medical3DContainer before being able to use this method. Refer to Medical3DContainer.Objects collection.
- After using this method to create the 3D object, you can fill this object with the images data, using the method MemoryEfficientSetFrame(RasterImage,Int32,Point3D,Boolean) with the proper index.
- You must close this object and prepare it for rendering by calling the MemoryEfficientEnd(Single[],Point2D) method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7