UseMaximumTriangleSideLength Property

Gets whether the surface triangles that exceed the length specified by the Maximum Triangle Length property are removed from the boundary of the surface.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyBoolean UseMaximumTriangleSideLength { get; }

Visual Basic

Public ReadOnly Property UseMaximumTriangleSideLength As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ UseMaximumTriangleSideLength {
	PropertyBoolean^ get ();
}

See Also