EndSizeType Property

Sets or gets the appearance of the pressure pipe end, such as draw to inner wall, draw to outer wall, or user-defined.

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

Syntax

C#

public PressurePipeEndSizeType EndSizeType { get; set; }

Visual Basic

Public Property EndSizeType As PressurePipeEndSizeType
	Get
	Set

Visual C++

public:
property PressurePipeEndSizeType EndSizeType {
	PressurePipeEndSizeType get ();
	void set (PressurePipeEndSizeType value);
}

See Also