Share

KrigingMethodOptions.SampleVertices Property

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public IEnumerable<TinSurfaceVertex> SampleVertices { get; set; }

VB

Public Property SampleVertices As IEnumerable(Of TinSurfaceVertex)
	Get
	Set

C++

public:
property IEnumerable<TinSurfaceVertex^>^ SampleVertices {
	IEnumerable<TinSurfaceVertex^>^ get ();
	void set (IEnumerable<TinSurfaceVertex^>^ value);
}

Property Value

IEnumerableTinSurfaceVertex

See Also

Reference

Was this information helpful?