Share

KrigingMethodOptions.VariogramParamC Property

Specifies the semivariogram range factor.



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

Syntax

C#

public double VariogramParamC { get; set; }

VB

Public Property VariogramParamC As Double
	Get
	Set

C++

public:
property double VariogramParamC {
	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.

See Also

Reference

Was this information helpful?