Returns the SOP Instance UID of the last created Basic Print Image Overlay Box SOP
Instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetOverlayBoxInstanceUid() As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomPrintScu
Dim value As String
value = instance.GetOverlayBoxInstanceUid()
|
C# | |
---|
public string GetOverlayBoxInstanceUid() |
Managed Extensions for C++ | |
---|
public: string* GetOverlayBoxInstanceUid(); |
C++/CLI | |
---|
public:
String^ GetOverlayBoxInstanceUid(); |
Return Value
The SOP Instance UID of the Image Overlay Box that was last created successfully using
the method
.
Example
Remarks
Requirements
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
See Also