Click or drag to resize
CIPJGetCrookedSectionViewVVs Method
Get the crooked section path.

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns the orignal VVs used to set up the crooked section path.
Syntax
public void GetCrookedSectionViewVVs(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	ref int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Section X locations (e.g. distance along the curve)
oVV2
Type: GeoEngine.Core.GXNetCVV
True X
oVV3
Type: GeoEngine.Core.GXNetCVV
True Y
i4
Type: SystemInt32
Use logarithmic Y-axis (usually for data profiles) 0:No, 1:Yes
See Also