C#
VB
C++
Gets or sets the Navigation Display Set number.
[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)
}
The Navigation Display Set number.
This is the DisplaySetNumber where the geometric relationship to the ReferenceDisplaySets is graphically depicted.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET