LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetMediaObject Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > IMediaCreationDataAccessAgent Interface : GetMediaObject Method




sopInstanceUID
A System.String that represents the SOP Instance UID of the Media Creation Management object to be returned.
sopInstanceUID
A System.String that represents the SOP Instance UID of the Media Creation Management object to be returned.
Gets a media object.

Syntax

Visual Basic (Declaration) 
Function GetMediaObject( _
   ByVal sopInstanceUID As String _
) As MediaCreationManagement
Visual Basic (Usage)Copy Code
Dim instance As IMediaCreationDataAccessAgent
Dim sopInstanceUID As String
Dim value As MediaCreationManagement
 
value = instance.GetMediaObject(sopInstanceUID)
C# 
MediaCreationManagement GetMediaObject( 
   string sopInstanceUID
)
Managed Extensions for C++ 
MediaCreationManagement* GetMediaObject( 
   string* sopInstanceUID
) 
C++/CLI 
MediaCreationManagement^ GetMediaObject( 
   String^ sopInstanceUID
) 

Parameters

sopInstanceUID
A System.String that represents the SOP Instance UID of the Media Creation Management object to be returned.

Return Value

A Media Creation Management object. It is Null (Nothing) if an object isn't found.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also