ILineFormat class

ILineFormat class

Represents format of a line.

The ILineFormat type exposes the following members:

Properties

PropertyDescription
is_format_not_definedReturns true if line format is not defined (as just created, default).
Read-only bool.
fill_formatReturns the fill format of a line.
Read-only ILineFillFormat.
sketch_formatReturns the sketch format of a line.
Read-only ISketchFormat.
widthReturns or sets the width of a line.
Read/write float.
dash_styleReturns or sets the line dash style.
Read/write LineDashStyle.
custom_dash_patternReturns or sets the custom dash pattern.
Read/write float[].
cap_styleReturns or sets the line cap style.
Read/write LineCapStyle.
styleReturns or sets the line style.
Read/write LineStyle.
alignmentReturns or sets the line alignment.
Read/write LineAlignment.
join_styleReturns or sets the lines join style.
Read/write LineJoinStyle.
miter_limitReturns or sets the miter limit of a line.
Read/write float.
begin_arrowhead_styleReturns or sets the arrowhead style at the beginning of a line.
Read/write LineArrowheadStyle.
end_arrowhead_styleReturns or sets the arrowhead style at the end of a line.
Read/write LineArrowheadStyle.
begin_arrowhead_widthReturns or sets the arrowhead width at the beginning of a line.
Read/write LineArrowheadWidth.
end_arrowhead_widthReturns or sets the arrowhead width at the end of a line.
Read/write LineArrowheadWidth.
begin_arrowhead_lengthReturns or sets the arrowhead length at the beginning of a line.
Read/write LineArrowheadLength.
end_arrowhead_lengthReturns or sets the arrowhead length at the end of a line.
Read/write LineArrowheadLength.

Methods

MethodDescription
equalsDetermines whether the two LineFormat instances are equal.
get_effectiveGets effective line formatting data with the inheritance applied.

See Also