The class encapsulates information about the sample data and semivariogram model required to smooth a surface using the Kriging method.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesKrigingMethodOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class KrigingMethodOptions
VB
Public Class KrigingMethodOptions
C++
public ref class KrigingMethodOptions
The KrigingMethodOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| KrigingMethodOptions | Initializes a new instance of the KrigingMethodOptions class |
Properties
| Name | Description | |
|---|---|---|
| NuggetEffect | Specifies the discontinuity at the origin of the semivariogram model. | |
| SampleVertices | Specifies the TinSurfaceVertices as the sample data for the surface smoothing extrapolation. | |
| SemivariogramModel | Specifies the mivariogram model for smoothing a surface using the Kriging method. | |
| VariogramParamA | Specifies the semivariogram scale factor. | |
| VariogramParamC | Specifies the semivariogram range factor. |
