GetMPRImage Method

Summary

Gets the specified MPR slice of the 3D volume.

Syntax
C#
C++/CLI
public static RasterImage GetMPRImage( 
   string id, 
   CellMPRType mprType, 
   int index 
) 
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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

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