Share

PressurePipeStylePlanOption.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.8.0.280

Syntax

C#

public PressurePipeWallSizeType WallSizeType { get; set; }

VB

Public Property WallSizeType As PressurePipeWallSizeType
	Get
	Set

C++

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

Property Value

PressurePipeWallSizeType

See Also

Reference

Was this information helpful?