Share

SettingsCmdCreateSurface.SettingsCmdBuildOptions.UseMaximumTriangleLength 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.8.0.280

Syntax

C#

public PropertyBoolean UseMaximumTriangleLength { get; }

VB

Public ReadOnly Property UseMaximumTriangleLength As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?