Activates the Surface Module window.
objDocument.SwitchToSurfaceModule()
Valid only if objDocument is of type VMR. Each VMR project can call exactly one Surface Module window. If the Surface Module window has not been activated before, the window is created showing the 3D string "BrainVoyager". If the Surface Module window has been created, you can access surface-related document methods like LoadMesh.
' VBScript
doc.SwitchToSurfaceModule
// JScript
doc.SwitchToSurfaceModule();
#
PerlScript
$doc->SwitchToSurfaceModule();