Click or drag to resize
CMVIEWLabelFid Method
Label fiducials on a profile

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also