SurfaceBuildOptionsMaximumAngleBetweenAdjacentTinLines Property |
Gets or sets the maximum angle between adjacent tin lines should be limited when the surface is built.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double MaximumAngleBetweenAdjacentTinLines { get; set; }
Public Property MaximumAngleBetweenAdjacentTinLines As Double
Get
Set
public:
property double MaximumAngleBetweenAdjacentTinLines {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when get or set MaximumAngleBetweenAdjacentTinLines value on a GridSurface/GridVolumeSurface.
|
See Also