Click or drag to resize

IMcProfileEdgesTicMarkLength Property

Length of tic marks placed in the EdgeTicMarksAsMcLines

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

Property Value

Type: Int32
Remarks
The TicMarkLength is given in pixels and is 10 pixels by default. If you assign zero to the length, then the tic mark is reduced to a single point, but you can still label the marks with the TicMarkLabel property. On assignment, the built-in EdgeTicMarksAsMcLines (the default one accessed as the EdgeTicMarksAsMcLines property) is automatically updated with the new tic mark length, but sub-set McLines created by passing a selector to EdgeTicMarksAsMcLines are not automatically updated.
See Also