Specifies the TinSurfaceVertices as the sample data for the surface smoothing extrapolation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public IEnumerable<TinSurfaceVertex> SampleVertices { get; set; }
Visual Basic
Public Property SampleVertices As IEnumerable(Of TinSurfaceVertex) Get Set
Visual C++
public: property IEnumerable<TinSurfaceVertex^>^ SampleVertices { IEnumerable<TinSurfaceVertex^>^ get (); void set (IEnumerable<TinSurfaceVertex^>^ value); }