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 > DicomTagTable Class : SetName Method |
'Declaration
Public Function SetName( _ ByVal tag As DicomTag, _ ByVal name As String _ ) As Boolean
'Usage
Dim instance As DicomTagTable Dim tag As DicomTag Dim name As String Dim value As Boolean value = instance.SetName(tag, name)
public boolean setName(DicomTag tag, String name)