←Select platform

CurveNumber Property

Summary

Gets the curve number.

Syntax

C#
VB
C++
[Element(DicomTag.CurveNumber)] 
public Nullable<int> CurveNumber { get; set; } 
  
Public Property CurveNumber As Nullable(Of Integer) 
public: 
property Nullable<int> CurveNumber { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

The curve number.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Series Class

Series Members

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

Leadtools.Dicom.Scu Assembly