[VB] | Public Sub setWallVisibility(xyVisible As Boolean, yzVisible As Boolean, zxVisible As Boolean) |
[C#] | public void setWallVisibility(bool xyVisible, bool yzVisible, bool zxVisible); |
ChartDirector 5.1 (.NET Edition)
ThreeDChart.setWallVisibility
Usage
[VB] | Public Sub setWallVisibility(xyVisible As Boolean, yzVisible As Boolean, zxVisible As Boolean) |
[C#] | public void setWallVisibility(bool xyVisible, bool yzVisible, bool zxVisible); |
Description
Arguments
Argument | Default | Description |
---|---|---|
xyVisible | (Mandatory) | A true value means the xy wall is visible. A false value means the xy wall is hidden. |
yzVisible | (Mandatory) | A true value means the yz wall is visible. A false value means the yz wall is hidden. |
zxVisible | (Mandatory) | A true value means the zx wall is visible. A false value means the zx wall is hidden. |
Return Value