[VB] | Public Sub setWallThickness(xyThickness As Integer [, yzThickness As Integer [, zxThickness As Integer ]]) |
[C#] | public void setWallThickness(int xyThickness [, int yzThickness [, int zxThickness ]]); |
ChartDirector 5.1 (.NET Edition)
ThreeDChart.setWallThickness
Usage
[VB] | Public Sub setWallThickness(xyThickness As Integer [, yzThickness As Integer [, zxThickness As Integer ]]) |
[C#] | public void setWallThickness(int xyThickness [, int yzThickness [, int zxThickness ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
xyThickness | (Mandatory) | The thickness of the xy wall in pixels. |
yzThickness | -1 | The thickness of the yz wall in pixels. -1 means it is the same as xyThickness. |
zxThickness | -1 | The thickness of the zx wall in pixels. -1 means it is the same as xyThickness. |
Return Value