Share

GridVolumeSurface.GetGridProperties Method

Gets the Grid properties of the surface.



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

Syntax

C#

public GridSurfaceProperties GetGridProperties()

VB

Public Function GetGridProperties As GridSurfaceProperties

C++

public:
virtual GridSurfaceProperties^ GetGridProperties() sealed

Return Value

GridSurfaceProperties

Implements

IGridSurfaceGetGridProperties

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the surface object has no triangles or cells.

Remarks

The grid surface properties include orientation, and x and y spacing.

See Also

Reference

Was this information helpful?