Gets or sets a list that represents the Cell objects that are linked for the action.
Object.defineProperty(ActionCommand.prototype, 'linked',
get: function(),
set: function(value)
)
linked: LeadCollection;
A collection of the linked Cell objects.
When a cell is linked, if the user applies an action to one of the cells (such as window level, offset, etc.), the action will also be applied to the other cells tto which it is linked.
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