Gets the maximum Y coordinate for the surface area.

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

Syntax

C#
public double MaximumCoordinateY { get; }
Visual Basic
Public ReadOnly Property MaximumCoordinateY As Double
	Get
Visual C++
public:
property double MaximumCoordinateY {
	double get ();
}

See Also