Share

GridSurfaceObject.Surface Property

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 ();
}

Property Value

GridSurface

See Also

Reference

Was this information helpful?