Click or drag to resize

IMcMeasRefBasicStepSize Property

Step size between vertices in mlRefIncrDistAsLines measurements.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property StepSize As Double
	Get
	Set

Property Value

Type: Double
Remarks
When DistanceType = mcrbDirectional the distance is between lines, when DistanceType = mcrbShortest, the distance is between starting points of vertices. The size is in pixels, when DistanceType is mcrbDistMap, the distance is between points of the central skeleton line.
See Also