Share

KrigingMethodOptions.NuggetEffect Property

Specifies the discontinuity at the origin of the semivariogram model.



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

Syntax

C#

public double NuggetEffect { get; set; }

VB

Public Property NuggetEffect As Double
	Get
	Set

C++

public:
property double NuggetEffect {
	double get ();
	void set (double value);
}

Property Value

Double

Remarks

  1. A default value for VariogramParamA is used when this property is less than or equal to zero.
  2. This property is optional when the SemivariogramModel is KrigingSemivariogramType.Linear.

See Also

Reference

Was this information helpful?