Declaring Lists

List objects differ from the other objects and collections in Maxsurf object model, as they do not have a direct representation within the Maxsurf user interface. To declare a list object, the new instance must be created by declaring the object using the New keyword. For example:

Dim sList as New Maxsurf.SurfaceList
Dim mList as New Maxsurf.MarkerList