Gets the ObjectId of the comparison surface from which the volume surface is generated.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId ComparisonSurface { get; }
VB
Public ReadOnly Property ComparisonSurface As ObjectId Get
C++
public: property ObjectId ComparisonSurface { ObjectId get (); }