SurfaceMinimizeFlatAreaOptionsAddPointsToEdges Property |
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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AddPointsToEdges { get; set; }
Public Property AddPointsToEdges As Boolean
Get
Set
public:
property bool AddPointsToEdges {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also