KrigingMethodOptionsSampleVertices Property |
Specifies the TinSurfaceVertices as the sample data for the surface smoothing extrapolation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IEnumerable<TinSurfaceVertex> SampleVertices { get; set; }
Public Property SampleVertices As IEnumerable(Of TinSurfaceVertex)
Get
Set
public:
property IEnumerable<TinSurfaceVertex^>^ SampleVertices {
IEnumerable<TinSurfaceVertex^>^ get ();
void set (IEnumerable<TinSurfaceVertex^>^ value);
}
Property Value
IEnumerableTinSurfaceVertex
See Also