GridSpacingY Property

Specifies the Y distance between the grid lines.

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

Syntax

C#

public double GridSpacingY { get; set; }

Visual Basic

Public Property GridSpacingY As Double
	Get
	Set

Visual C++

public:
property double GridSpacingY {
	double get ();
	void set (double value);
}

Remarks

This property is available when the OutputLocations property is SurfacePointOutputLocationsType.GridBased.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the value is less than 0.

See Also