C#
VB
C++
Optional delegate to be called before class information is added to a data set.
Public Delegate Function BeforeAddTagDelegate( _
ByVal parent As LinkedList(Of Long), _
ByVal data As Object, _
ByVal tag As Long _
) As Boolean
parent
The list of the tag's parents. This will contain information if the tag is located in a sequence.
data
The value of the tag.
tag
The tag code.
true to add the tag to the data set; otherwise, false
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