←Select platform

NavigationDisplaySet Property

Summary

Gets or sets the Navigation Display Set number.

Syntax
C#
VB
C++
[Element(DicomTag.NavigationDisplaySet)] 
[DataMemberAttribute()] 
public Nullable<int> NavigationDisplaySet { get; set; } 
<ElementAttribute(New DicomTag.NavigationDisplaySet()),  
 DataMemberAttribute()>  
Public Property NavigationDisplaySet() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::NavigationDisplaySet())),  
   DataMemberAttribute] 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly