Gets or sets whether the surface triangles that exceed the length specified by MaximumTriangleLength are removed from the boundary of the surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool UseMaximumTriangleLength { get; set; }
Visual Basic
Public Property UseMaximumTriangleLength As Boolean
Get
Set
Visual C++
public: property bool UseMaximumTriangleLength { bool get (); void set (bool value); }
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when change UseMaximumTriangleLength value on a GridSurface/GridVolumeSurface. |