Specifies the TinSurfaceVertices as the sample data for the surface smoothing extrapolation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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);
}

See Also