Accusoft NotateXpress 12
PrgSetMeasure Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
MeasurementChoice
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetMeasure Method

Glossary Item Box

Description

Sets the unit of measure being displayed for a specific ruler element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetMeasure( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal MeasurementChoice As NX_MeasurementUnit _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.