GetMPRImage Method

Summary

Gets the specified MPR slice of the 3D volume.

Syntax
C#
VB
C++
public static RasterImage GetMPRImage( 
   string id, 
   CellMPRType mprType, 
   int index 
) 
Public Shared Function GetMPRImage( 
   ByVal id As String, 
   ByVal mprType As CellMPRType, 
   ByVal index As Integer 
) As RasterImage 
public:  
   static RasterImage^ GetMPRImage( 
      String^ id, 
      CellMPRType^ mprType, 
      Int32 index 
   ) 

Parameters

id

The 3D volume object id

mprType

The MPR plane.

index

The index of the slice.

Return Value

A RasterImage that containing the requested MPR slice.

Remarks
  • You can only use this method after object creation is complete. For more information on how to create a volume, refer to CreateObject.
  • To determine if the volume is ready, refer to CheckProgress.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.