BreaklineType Property

Gets the type of breakline in the operation .

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

Syntax

C#

public SurfaceBreaklineType BreaklineType { get; }

Visual Basic

Public ReadOnly Property BreaklineType As SurfaceBreaklineType
	Get

Visual C++

public:
property SurfaceBreaklineType BreaklineType {
	SurfaceBreaklineType get ();
}

See Also