←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(7471638)>  
Public Property NavigationDisplaySet() As System.Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471638)] 
   property System::Nullable<int> NavigationDisplaySet 
   { 
      System::Nullable<int> get() 
      void set(System::Nullable<int> 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly