←Select platform

NavigationDisplaySet Property

Summary

Gets or sets the Navigation Display Set number.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.NavigationDisplaySet)] 
public Nullable<int> NavigationDisplaySet { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.NavigationDisplaySet())>  
Public Property NavigationDisplaySet() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::NavigationDisplaySet()))] 
   property Nullable<Int32>^ NavigationDisplaySet 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Navigation Display Set number.

Remarks

This is the DisplaySetNumber where the geometric relationship to the ReferenceDisplaySets is graphically depicted.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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