Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : ExistsElement Method |
public bool ExistsElement( DicomElement element )
'Declaration
Public Function ExistsElement( _ ByVal element As DicomElement _ ) As Boolean
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim value As Boolean value = instance.ExistsElement(element)
public bool ExistsElement( DicomElement element )
public boolean existsElement(DicomElement element)
function Leadtools.Dicom.DicomDataSet.ExistsElement( element )
public: bool ExistsElement( DicomElement^ element )