Gets or sets the Navigation Display Set number.
[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)
}
The Navigation Display Set number.
This is the DisplaySetNumber where the geometric relationship to the ReferenceDisplaySets is graphically depicted.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document