←Select platform

NavigationIndicatorSequence Property

Summary

Gets or sets the Hanging Protocol Navigation Indicator Sequence (Optional)

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

Property Value

A list of NavigationIndicator objects that represent the Hanging Protocol Navigation Indicator Sequence.

Remarks

Each item in this list represents a geometric relationship between display sets, specifically for static or interactive localization or navigation. This list should contain one or more items. For more information, NavigationIndicator

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