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