EchoNumber Property

Summary

Gets or sets the stack echo number.

Syntax
C#
VB
C++
public int EchoNumber { get; set; } 
  
Public Property EchoNumber As Integer 
            public: 
property int EchoNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the stack echo number.

Remarks

The echo number is used to classify the series and group it based on the echo number. For more information, refer to Sort(List<MedicalViewerImageData>).

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly