MLineStyleElement Constructor (Double, AciColor, Linetype)
|
Initializes a new instance of the MLineStyleElement class.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLineStyleElement(
double offset,
AciColor color,
Linetype linetype
)
Public Sub New (
offset As Double,
color As AciColor,
linetype As Linetype
)
public:
MLineStyleElement(
double offset,
AciColor^ color,
Linetype^ linetype
)
new :
offset : float *
color : AciColor *
linetype : Linetype -> MLineStyleElement
CONSTRUCTOR(
offset AS REAL8,
color AS AciColor,
linetype AS Linetype
)
Parameters
- offset
- Type: SystemDouble
Element offset. - color
- Type: DXFReaderNETAciColor
Element color. - linetype
- Type: DXFReaderNET.TablesLinetype
Element line type.
See Also