Gets the ObjectId of the base 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 BaseSurface { get; }
VB
Public ReadOnly Property BaseSurface As ObjectId Get
C++
public: property ObjectId BaseSurface { ObjectId get (); }