ImageBoxesSequence Property (original) (raw)
Summary
Gets or sets the Display Set Image Boxes Sequence (Mandatory).
Syntax
[Element(DicomTag.ImageBoxesSequence)]
public List<[ImageBox](datatypes-imagebox.html)> ImageBoxesSequence { get; set; }
public:
[ElementAttribute(7471872)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ ImageBoxesSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ value)
}
Property Value
The Display Set Image Boxes Sequence.
Leadtools.Dicom.Common Assembly