Share

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.280

Syntax

C#

public class KrigingMethodOptions

VB

Public Class KrigingMethodOptions

C++

public ref class KrigingMethodOptions

The KrigingMethodOptions type exposes the following members.

Constructors

 NameDescription
Public methodKrigingMethodOptionsInitializes a new instance of the KrigingMethodOptions class

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.

See Also

Reference

Was this information helpful?