KrigingMethodOptionsVariogramParamA Property |
Specifies the semivariogram scale factor.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double VariogramParamA { get; set; }
Public Property VariogramParamA As Double
Get
Set
public:
property double VariogramParamA {
double get ();
void set (double value);
}
Property Value
Double
Remarks
If this property is less than or equal to 0, a default value is generated.
See Also