Gets the boolean value that specifies whether add points to flat triangles.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean AddPointsToFlatTriangles { get; }
VB
Public ReadOnly Property AddPointsToFlatTriangles As PropertyBoolean Get
C++
public: property PropertyBoolean^ AddPointsToFlatTriangles { PropertyBoolean^ get (); }