Click or drag to resize
CVATrans Method
Translate (VA + base ) * mult

Available since Oasis montaj version: 7.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Supports all VA types using an internal double VV.
Syntax
public void Trans(
	double base,
	double mult
)

Parameters

base
Type: SystemDouble
Base value
mult
Type: SystemDouble
Mult value
See Also