←Select platform

EchoNumber Property

Summary

Gets or sets the stack's 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

An integer value that represents the stack's 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 the Sort(list<dicomsortimagedata>) method.

Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly