ILineFormatEffectiveData class

ILineFormatEffectiveData class

Immutable object which contains effective line formatting properties.

The ILineFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
fill_formatReturns the fill format of a line.
Read-only ILineFillFormatEffectiveData.
sketch_formatReturns the sketch format of a line.
Read-only ISketchFormatEffectiveData.
widthReturns the width of a line.
Read-only float.
dash_styleReturns the line dash style.
Read-only LineDashStyle.
custom_dash_patternReturns the custom dash pattern.
Read-only float[].
cap_styleReturns the line cap style.
Read-only LineCapStyle.
styleReturns the line style.
Read-only LineStyle.
alignmentReturns the line alignment.
Read-only LineAlignment.
join_styleReturns the lines join style.
Read-only LineJoinStyle.
miter_limitReturns the miter limit of a line.
Read-only float.
begin_arrowhead_styleReturns the arrowhead style at the beginning of a line.
Read-only LineArrowheadStyle.
end_arrowhead_styleReturns the arrowhead style at the end of a line.
Read-only LineArrowheadStyle.
begin_arrowhead_widthReturns the arrowhead width at the beginning of a line.
Read-only LineArrowheadWidth.
end_arrowhead_widthReturns the arrowhead width at the end of a line.
Read-only LineArrowheadWidth.
begin_arrowhead_lengthReturns the arrowhead length at the beginning of a line.
Read-only LineArrowheadLength.
end_arrowhead_lengthReturns the arrowhead length at the end of a line.
Read-only LineArrowheadLength.

Methods

MethodDescription
equalsDetermines whether the two ILineFormatEffectiveData instances are equal.

Remarks

This interface is used together with the ILineFormat interface to return effective formatting values with inheritance applied.

See Also