WallSizeType Property

Gets or sets the method that will be used to define and draw the dimension of the pressure pipe wall.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public PressurePipeWallSizeType WallSizeType { get; set; }

Visual Basic

Public Property WallSizeType As PressurePipeWallSizeType
	Get
	Set

Visual C++

public:
property PressurePipeWallSizeType WallSizeType {
	PressurePipeWallSizeType get ();
	void set (PressurePipeWallSizeType value);
}

See Also