Share

TinSurfaceProperties.MaximumTriangleArea Property

Gets the area of the largest triangle contained in the surface.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double MaximumTriangleArea { get; }

VB

Public ReadOnly Property MaximumTriangleArea As Double
	Get

C++

public:
property double MaximumTriangleArea {
	double get ();
}

Property Value

Double

See Also

Reference

Was this information helpful?