Element Property (DicomAttribute)
In This Topic
The element indices of a data element
Syntax
'Declaration
Public ReadOnly Property Element As System.Integer
'Usage
Dim instance As DicomAttribute
Dim value As System.Integer
value = instance.Element
public System.int Element {get;}
public read-only property Element: System.Integer;
public function get Element : System.int
public: __property System.int get_Element();
public:
property System.int Element {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also