VolumeSurfaceProperties Class

This class encapsulates Volume surface statistics information.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesVolumeSurfaceProperties

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

The VolumeSurfaceProperties type exposes the following members.

Properties
 NameDescription
Public propertyAdjustedCutVolume Gets the total cut volume for the surface, with a cut factor applied.
Public propertyAdjustedFillVolume Gets The total fill volume for the surface, with a fill factor applied.
Public propertyAdjustedNetVolume Gets the difference between the cut and fill volumes.
Public propertyBaseSurface Gets the ObjectId of the base surface from which the volume surface is generated.
Public propertyComparisonSurface Gets the ObjectId of the comparison surface from which the volume surface is generated.
Public propertyCutFactor Gets the cut factor.
Public propertyFillFactor Gets the fill factor.
Public propertyUnadjustedCutVolume Gets the total cut volume for the surface, without a cut factor applied.
Public propertyUnadjustedFillVolume Gets The total fill volume for the surface, without a fill factor applied.
Public propertyUnadjustedNetVolume Gets the difference between the cut and fill volumes.
Top
See Also