Remove(Int32,Int32) Method
In This Topic
Removes an attribute from the DataSet
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomDataSet
Dim Group As System.Integer
Dim Element As System.Integer
instance.Remove(Group, Element)
public void Remove(
System.int ,
System.int
)
public procedure Remove(
: System.Integer;
: System.Integer
);
public function Remove(
: System.int,
: System.int
);
public: void Remove(
System.int ,
System.int
)
public:
void Remove(
System.int ,
System.int
)
Parameters
- Group
The group index of a data element
- Element
The element index of a data element
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also