Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing Namespace > DicomEditableProperty Class : Elements Property |
public RasterCollection<DicomEditableProperty> Elements {get;}
'Declaration
Public ReadOnly Property Elements As RasterCollection(Of DicomEditableProperty)
'Usage
Dim instance As DicomEditableProperty Dim value As RasterCollection(Of DicomEditableProperty) value = instance.Elements
public: property RasterCollection<DicomEditableProperty^>^ Elements { RasterCollection<DicomEditableProperty^>^ get(); }