Visual Basic (Declaration) | |
---|---|
Public Function Exists( _ ByVal contextGroup As DicomContextGroup _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Exists( DicomContextGroup contextGroup ) |
Managed Extensions for C++ | |
---|---|
public: bool Exists( DicomContextGroup* contextGroup ) |
C++/CLI | |
---|---|
public: bool Exists( DicomContextGroup^ contextGroup ) |
Parameters
- contextGroup
- DicomContextGroup object to be tested
Return Value
true, the specified Context Group is valid in the Context Group Table. false, the specified Context Group is not valid in the Context Group Table.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