Gets the Grid properties of the surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public GridSurfaceProperties GetGridProperties()
Visual Basic
Public Function GetGridProperties As GridSurfaceProperties
Visual C++
public: virtual GridSurfaceProperties^ GetGridProperties() sealed
Implements
IGridSurface.GetGridProperties()Remarks
The grid surface properties include orientation, and x and y spacing.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the surface object has no triangles or cells. |