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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oVV1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
d2
Type: SystemDouble
fiducial start
d3
Type: SystemDouble
fiducial increment
d4
Type: SystemDouble
fiducial label interval, default 100.0
d5
Type: SystemDouble
Y location in view unit
d6
Type: SystemDouble
Y scale
See Also