Gets or sets the maximum angle between adjacent tin lines should be limited when the surface is built.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double MaximumAngleBetweenAdjacentTinLines { get; set; }
VB
Public Property MaximumAngleBetweenAdjacentTinLines As Double Get Set
C++
public: property double MaximumAngleBetweenAdjacentTinLines { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when get or set MaximumAngleBetweenAdjacentTinLines value on a GridSurface/GridVolumeSurface. |