SurfaceBuildOptionsMaximumTriangleLength Property

Gets or sets the maximum triangle length's value when the surface is built.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public double MaximumTriangleLength { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when change MaximumTriangleLength value on a GridSurface/GridVolumeSurface.
Remarks
This value applies when UseMaximumTriangleLength is True.
See Also