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