This class encapsulates Volume surface statistics information.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesVolumeSurfaceProperties
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class VolumeSurfaceProperties
VB
Public NotInheritable Class VolumeSurfaceProperties
C++
public ref class VolumeSurfaceProperties sealed
The VolumeSurfaceProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdjustedCutVolume | Gets the total cut volume for the surface, with a cut factor applied. |
![]() | AdjustedFillVolume | Gets The total fill volume for the surface, with a fill factor applied. |
![]() | AdjustedNetVolume | Gets the difference between the cut and fill volumes. |
![]() | BaseSurface | Gets the ObjectId of the base surface from which the volume surface is generated. |
![]() | ComparisonSurface | Gets the ObjectId of the comparison surface from which the volume surface is generated. |
![]() | CutFactor | Gets the cut factor. |
![]() | FillFactor | Gets the fill factor. |
![]() | UnadjustedCutVolume | Gets the total cut volume for the surface, without a cut factor applied. |
![]() | UnadjustedFillVolume | Gets The total fill volume for the surface, without a fill factor applied. |
![]() | UnadjustedNetVolume | Gets the difference between the cut and fill volumes. |