Click or drag to resize

CMVIEWLabelFid Method

Label fiducials on a profile

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LabelFid(
	CVV vv_x,
	double fid_start,
	double fid_incr,
	double interval,
	double y_loc,
	double y_scale
)

public void LabelFid(
	CVV vv_x,
	double fid_start,
	double fid_incr,
	double interval,
	double y_loc,
	double y_scale
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
fid_start
Type: SystemDouble
Fiducial start
fid_incr
Type: SystemDouble
Fiducial increment
interval
Type: SystemDouble
Fiducial label interval, default 100.0
y_loc
Type: SystemDouble
Y location in view unit
y_scale
Type: SystemDouble
Y scale
Remarks
A 1mm long vertical tick is drawn at the place where a label is present. The label is drawn below the tick. The incoming X VV is used to define the place for label.
See Also