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.7.0.1276
Syntax
C#
public ObjectId ComparisonSurface { get; }
VB
Public ReadOnly Property ComparisonSurface As ObjectId Get
C++
public: property ObjectId ComparisonSurface { ObjectId get (); }