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