public bool SetName( DicomVR vr, string name )
'Declaration Public Function SetName( _ ByVal vr As DicomVR, _ ByVal name As String _ ) As Boolean
'Usage Dim instance As DicomVRTable Dim vr As DicomVR Dim name As String Dim value As Boolean value = instance.SetName(vr, name)
public boolean setName(DicomVr vr, String name)
function Leadtools.Dicom.DicomVRTable.SetName( vr , name )
public: bool SetName( DicomVR^ vr, String^ name )
Target Platforms
DicomVRTable Class DicomVRTable Members GetFirst Method GetLast Method GetPrevious Method GetNext Method Find Method FindByIndex Method