Visual Basic (Declaration) | |
---|---|
Public Function IsClassSupported( _ ByVal dicomClass As DicomPrintScuPrintManagementClassFlags _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsClassSupported( DicomPrintScuPrintManagementClassFlags dicomClass ) |
Managed Extensions for C++ | |
---|---|
public: bool IsClassSupported( DicomPrintScuPrintManagementClassFlags dicomClass ) |
C++/CLI | |
---|---|
public: bool IsClassSupported( DicomPrintScuPrintManagementClassFlags dicomClass ) |
Parameters
- dicomClass
- The SOP/Meta SOP Class to check. Specify only an enumerated value.
Return Value
ture if the specified SOP/Meta SOP Class is supported on the Association; otherwise, false.For an example, refer to Associate.
The method will always return false if the Association has not been established using
Associate.
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