Gets the collection of surface parameters.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ParamSurfaceCollection ParamsSurface { get; }
VB
Public ReadOnly Property ParamsSurface As ParamSurfaceCollection Get
C++
public: property ParamSurfaceCollection^ ParamsSurface { ParamSurfaceCollection^ get (); }