Gets the Surface to which the object belongs.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual GridSurface Surface { get; }
VB
Public Overridable ReadOnly Property Surface As GridSurface Get
C++
public: virtual property GridSurface^ Surface { GridSurface^ get (); }