ReferencedSOPSequence Property

Summary

Gets or sets the referenced sop sequence.

Syntax
C#
VB
C++
[Element(DicomTag.ReferencedSOPSequence)] 
public List<SCSOPInstanceReference> ReferencedSOPSequence { get; set; } 
<ElementAttribute()> 
Public Property ReferencedSOPSequence As List(Of SCSOPInstanceReference) 
[ElementAttribute()] 
public: 
property List<SCSOPInstanceReference^>^ ReferencedSOPSequence { 
   List<SCSOPInstanceReference^>^ get(); 
   void set (    List<SCSOPInstanceReference^>^ ); 
} 

Property Value

The referenced sop sequence.

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