| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Instance As DicomContextGroupTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As DicomContextGroupTable value = DicomContextGroupTable.Instance | |
| C# | |
|---|---|
public static DicomContextGroupTable Instance {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomContextGroupTable^ Instance { DicomContextGroupTable^ get(); } | |
Property Value
An instance of the Leadtools.Dicom.DicomContextGroupTable, which provides functionality for working with a table of Context Groups.For an example, refer to DicomContextGroupTable.Insert.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code