Click or drag to resize
CMVIEWCreateCrookedSectionDataProfile Method
Creates a new crooked section data profile view.

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
This is the same as CreateCrookedSection_MVIEW, except that the vertical axis plots a data value, not elevation, and allows for logarithmic scaling. See Also: CreateCrookedSection_MVIEW.
Syntax
public static CMVIEW CreateCrookedSectionDataProfile(
	CMAP oMAP1,
	CIPJ oIPJ2,
	string str3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	double d11,
	int i12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP Object
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Geographic projection of input X, Y locations below (without orientation)
str3
Type: SystemString
View Name
d4
Type: SystemDouble
Base view bottom left corner X (mm)
d5
Type: SystemDouble
Base view bottom left corner Y (mm)
d6
Type: SystemDouble
Base view size in X (mm)
d7
Type: SystemDouble
Base view size in Y (mm)
d8
Type: SystemDouble
Map horizontal scale (X-axis)
d9
Type: SystemDouble
Starting distance at the left side of the view.
d10
Type: SystemDouble
Data value at bottom of the view
d11
Type: SystemDouble
Data value at top of the view
i12
Type: SystemInt32
Make logarithmic Y-axis (0:No, 1:Yes)?
oVV13
Type: GeoEngine.Core.GXNetCVV
Cumulative distances along the secton
oVV14
Type: GeoEngine.Core.GXNetCVV
True X locations along the section
oVV15
Type: GeoEngine.Core.GXNetCVV
True Y locations along the section

Return Value

Type: CMVIEW
MVIEW, aborts if creation fails
See Also