Specifies that a new point should be added to edges that bridge two same-elevation data contours and are not in flat triangles.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool AddPointsToEdges { get; set; }
VB
Public Property AddPointsToEdges As Boolean Get Set
C++
public: property bool AddPointsToEdges { bool get (); void set (bool value); }