BreaklineFileName Property

Gets or sets the full path of the breakline file for the operation.

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

Syntax

C#

public string BreaklineFileName { get; set; }

Visual Basic

Public Property BreaklineFileName As String
	Get
	Set

Visual C++

public:
property String^ BreaklineFileName {
	String^ get ();
	void set (String^ value);
}

Remarks

You may need to rebuild the surface after changing the file name to make this change take effect.

See Also