EndSizeType Property

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

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

Syntax

C#

public PipeEndSizeType EndSizeType { get; set; }

Visual Basic

Public Property EndSizeType As PipeEndSizeType
	Get
	Set

Visual C++

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

See Also