GetVolumeProperties Method

Gets the Volume properties of the surface.

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

Syntax

C#

public VolumeSurfaceProperties GetVolumeProperties()

Visual Basic

Public Function GetVolumeProperties As VolumeSurfaceProperties

Visual C++

public:
virtual VolumeSurfaceProperties^ GetVolumeProperties() sealed

Implements

IVolumeSurface.GetVolumeProperties()

Exceptions

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

See Also