UseMaximumTriangleLength Property

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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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

ExceptionCondition
System.InvalidOperationException Thrown when change UseMaximumTriangleLength value on a GridSurface/GridVolumeSurface.

See Also