Accusoft NotateXpress 12
GetMeasureAbbr Method
See Also  Send comments on this topic.
MeasurementChoice
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GetMeasureAbbr Method

Glossary Item Box

Description

Gets the measurement abbreviation for the specified MeasurementChoice.  This allows custom strings for each unit of measure.

Syntax

Visual Basic
Public Function GetMeasureAbbr( _
   ByVal MeasurementChoice As NX_MeasurementUnit _
) As String

Parameters

MeasurementChoice
ValueDescription
NX_Measure_CentimetersIn centimeters.
NX_Measure_DecimetersIn decimeters.
NX_Measure_DegreesDegrees
NX_Measure_DekametersIn dekameters.
NX_Measure_FeetIn feet.
NX_Measure_InchesIn inches.
NX_Measure_KilometersIn kilometers.
NX_Measure_MetersIn meters.
NX_Measure_MicroMetersIn micrometers.
NX_Measure_MilesIn miles.
NX_Measure_MillimetersIn millimeters.
NX_Measure_PixelsIn pixels.
NX_Measure_RadiansRadians
NX_Measure_TwipsIn twips.
NX_Measure_YardsIn yards.

Return Type

The abbreviation for the specified measurement.

Remarks

To set the abbreviations to a customized string use SetMeasureAbbr.

See Also

©2013. Accusoft Corporation. All Rights Reserved.