GeometryHandlerOnEndSimplePolyline Method |
Describes completion of a simple polyline
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual void OnEndSimplePolyline(
int shapeId
)
Public Overridable Sub OnEndSimplePolyline (
shapeId As Integer
)
Parameters
- shapeId
- Type: SystemInt32
A unique identifier for this shape. At the time when OnEnd... is called, the was a prior
call to OnBegin... with a matching shape identifier.
See Also