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 > 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 )