Visual Basic (Declaration) | |
---|---|
Public Function GetGraphicObjElement( _ ByVal graphicAnnSQItem As DicomElement, _ ByVal objectIndex As Integer _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomElement GetGraphicObjElement( DicomElement graphicAnnSQItem, int objectIndex ) |
Managed Extensions for C++ | |
---|---|
public: DicomElement* GetGraphicObjElement( DicomElement* graphicAnnSQItem, int objectIndex ) |
C++/CLI | |
---|---|
public: DicomElement^ GetGraphicObjElement( DicomElement^ graphicAnnSQItem, int objectIndex ) |
Parameters
- graphicAnnSQItem
- Graphic annotation object item
- objectIndex
- The zero-based index of the graphic annotation object whose item element is required.
Return Value
The item element of the specified graphic annotation object.For an example, refer to FindFirstGraphicAnnSQItem.
This method returns the item element under the "Graphic Object Sequence" (0070,0009) of the specified graphic annotation object, if the element could not be found it returns null.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
FindFirstGraphicAnnSQItem Method
CreateGraphicAnnSQItem Method
CreateGraphicObject Method
RemoveGraphicObject Method
GetGraphicObjectInformation Method
SetGraphicObjectInformation Method
GetGraphicObjectCount Method
RemoveAllGraphicObjects Method
GetGraphicObjPointCount Method