Restores the specified Context Group to the default values as stored in the internal table maintained by LEADTOOLS.
public bool Default(
DicomContextGroup contextGroup
)
Public Function Default( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Boolean
public bool Default(
Leadtools.Dicom.DicomContextGroup contextGroup
)
function Leadtools.Dicom.DicomContextGroupTable.Default(
contextGroup
)
public:
bool Default(
Leadtools.Dicom.DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object that specifies the Context Group to be restored. If this parameter is set to null, the method restores all the Context Groups in the Context Group Table.
true, the specified Context Group was restored successfully. false, the method failed to allocate memory.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET