'Declaration Public Overloads Function Remove( _
ByVal idData Element ID.As DicomDataElementId _
) As Boolean
public bool Remove(
DicomDataElementId id
)
public: bool Remove(
DicomDataElementId id
)
public:
bool Remove(
DicomDataElementId id
)
Parameters
- id
- Data Element ID.
Return Value
True if the DicomDataElement is removed in the collection; otherwise, false.