SurfaceOperationAddBreaklineFromFileBreaklineFileName Property |
Gets or sets the full path of the breakline file for the operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string BreaklineFileName { get; set; }
Public Property BreaklineFileName As String
Get
Set
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