KrigingMethodOptionsNuggetEffect Property |
Specifies the discontinuity at the origin of the semivariogram model.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double NuggetEffect { get; set; }
Public Property NuggetEffect As Double
Get
Set
public:
property double NuggetEffect {
double get ();
void set (double value);
}
Property Value
Double
Remarks- A default value for VariogramParamA is used when this property is less than or equal to zero.
- This property is optional when the SemivariogramModel is KrigingSemivariogramType.Linear.
See Also