Click or drag to resize

McMeasurementsSetFeatureAsXAxis Method

Sets the line feature as X axis in spatial calibration.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Function SetFeatureAsXAxis ( 
	vSubFeature As Object
) As McSpatialCalib

Parameters

vSubFeature
Type: SystemObject
sub-feature (as McMMSubFeature, Name or Index), which will be used for calibration. The feature must be a line. Line start will be used as calibration origin and line direction as AngleOffset of new calibration. A new calibration is created based on the current calibration.

Return Value

Type: McSpatialCalib

Implements

IMcMeasurementsSetFeatureAsXAxis(Object)
Remarks
Example: 'set feature as X axis Measurements.SetFeatureAsXAxis "L1"
See Also