Gets the type of breakline in the operation .

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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