C#
VB
C++
Accessor and setter to the list of sub-items this item has. The list can be empty.
Public Property Nodes As List(Of INodeItem)
public List<INodeItem> Nodes { get; }
public:
property List<INodeItem^>^ Nodes {
List<INodeItem^>^ get();
void set ( List<INodeItem^>^ );
}
Gets or sets the item's sub-items.
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