GridVolumeSurfaceGetVolumeProperties Method

Gets the Volume properties of the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public VolumeSurfaceProperties GetVolumeProperties()

Return Value

VolumeSurfaceProperties

Implements

IVolumeSurfaceGetVolumeProperties
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the surface object has no triangles or cells.
See Also