poIContourCtrl SetMultipleLayerList

Sets the Top/Bottom layer.

Syntax

poIContourCtrl_handle SetMultipleLayeListstd::string

Application

HyperView Tcl Modify

Description

This command sets the Top and Bottom layer. The Top and Bottom layer are taken in a form of a single string with delimiters. The Delimiters can be “,;|”.

Inputs

std::string
The Top/Bottom layer information is set in the form of a string with delimiters.

Example

::post::GetActiveModelHandle m
m GetResultCtrlHandle r
r GetContourCtrlHandle c
c SetIfMultipleLayer true
c SetMultipleLayerList “Z1;Z2”

Error

Returns HW_Success if successful.