SurfacePointOutputOptionsGridOrientation Property

Specifies the orientation direction for the grid in the Y and X directions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GridOrientation { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when the value is less than 0.
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.GridBased.
See Also