Share

SurfaceOperationAddBreaklineFromFile.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.8.0.280

Syntax

C#

public string BreaklineFileName { get; set; }

VB

Public Property BreaklineFileName As String
	Get
	Set

C++

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

Property Value

String

Remarks

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

See Also

Reference

Was this information helpful?