The following tables list the members exposed by the IRulerMeasure type.

Name Description
Public property IsFinished Get/set state is ruler finished
Top
Name Description
Public method ActivateTool Activate
Public method ClearAll Clear all measures
Public method DeactivateTool Deactivate
Public method GetAllMeasures Get list of all measures(list of lists measures of all rulers)
Public method GetAllSegmentsPoints Get all tool's segment's points(simple ruler has one segment)
Public method GetAngle Angle between two points in XY plane
Public method GetCurrentRulerMeasures Get list of measures(list of lists of two mousedown dpoints) of current ruler
Public method GetCurrentSegmentMeasures Get the drawing points of the current segment
Public method GetDeltaX Delta by X
Public method GetDeltaY Delta by Y
Public method GetDistance Distance between two points in drawing units with precision
Public method GetOriginDistance Distance between two points in drawing units without precision
Public method SetDefaultSettings Set Settings to default values
Public method SetSettings Set(get) the ruler's settings
Top