GradingOffsetRule(Double, Double)
Constructor
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public GradingOffsetRule(
double slope,
double offset
)
Public Sub New (
slope As Double,
offset As Double
)
public:
GradingOffsetRule(
double slope,
double offset
)
new :
slope : float *
offset : float -> GradingOffsetRule
Parameters
- slope Double
-
- offset Double
-
See Also