OdaMLineStyleClassAddElement Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void AddElement(
double Offset,
AcadAcCmColor color,
AcadLineType pLinetype
)
Public Overridable Sub AddElement (
Offset As Double,
color As AcadAcCmColor,
pLinetype As AcadLineType
)
public:
virtual void AddElement(
[InAttribute] double Offset,
[InAttribute] AcadAcCmColor^ color,
[InAttribute] AcadLineType^ pLinetype
)
abstract AddElement :
Offset : float *
color : AcadAcCmColor *
pLinetype : AcadLineType -> unit
override AddElement :
Offset : float *
color : AcadAcCmColor *
pLinetype : AcadLineType -> unit
Parameters
- Offset
- Type: SystemDouble
- color
- Type: BricscadDbAcadAcCmColor
- pLinetype
- Type: BricscadDbAcadLineType
Implements
IOdaMLineStyleAddElement(Double, AcadAcCmColor, AcadLineType)
See Also