Gets the Volume properties of the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public VolumeSurfaceProperties GetVolumeProperties()
VB
Public Function GetVolumeProperties As VolumeSurfaceProperties
C++
public: virtual VolumeSurfaceProperties^ GetVolumeProperties() sealed
Return Value
VolumeSurfacePropertiesImplements
IVolumeSurfaceGetVolumePropertiesExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the surface object has no triangles or cells. |