KrigingMethodOptions Class

The class encapsulates information about the sample data and semivariogram model required to smooth a surface using the Kriging method.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesKrigingMethodOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class KrigingMethodOptions

The KrigingMethodOptions type exposes the following members.

Constructors
 NameDescription
Public methodKrigingMethodOptionsInitializes a new instance of the KrigingMethodOptions class
Top
Properties
 NameDescription
Public propertyNuggetEffect Specifies the discontinuity at the origin of the semivariogram model.
Public propertySampleVertices Specifies the TinSurfaceVertices as the sample data for the surface smoothing extrapolation.
Public propertySemivariogramModel Specifies the mivariogram model for smoothing a surface using the Kriging method.
Public propertyVariogramParamA Specifies the semivariogram scale factor.
Public propertyVariogramParamC Specifies the semivariogram range factor.
Top
See Also