Leadtools.Dicom Namespace > DicomDataSet Class : GetTextObjectInformation Method |
public DicomTextObject GetTextObjectInformation( DicomElement graphicAnnSQItem, int textObjectIndex )
'Declaration Public Function GetTextObjectInformation( _ ByVal graphicAnnSQItem As DicomElement, _ ByVal textObjectIndex As Integer _ ) As DicomTextObject
'Usage Dim instance As DicomDataSet Dim graphicAnnSQItem As DicomElement Dim textObjectIndex As Integer Dim value As DicomTextObject value = instance.GetTextObjectInformation(graphicAnnSQItem, textObjectIndex)
public DicomTextObject GetTextObjectInformation( DicomElement graphicAnnSQItem, int textObjectIndex )
function Leadtools.Dicom.DicomDataSet.GetTextObjectInformation( graphicAnnSQItem , textObjectIndex )
public: DicomTextObject^ GetTextObjectInformation( DicomElement^ graphicAnnSQItem, int textObjectIndex )