Tests whether the current and another LineDef objects define
same line styles - i.e. whether the values of Color,
BackColor, DashStyle and
DashPattern properties are the same.
Note that this method does NOT compare the lines' widths.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool IsSameStyle( LineDef line ) |
Visual Basic |
---|
Public Function IsSameStyle ( _ line As LineDef _ ) As Boolean |
Parameters
- line
- Type: C1.C1Preview..::..LineDef
A LineDef to compare to the current one.