lcMlineAddVerDir Home

Inserts a vertex into multiline object after the specified vertex.

 HANDLE lcMlineAddVerDir (
   HANDLE hMline,
   HANDLE hVertex,
   double Angle,
   double Length
 );

Parameters
hMline
  Handle to a multiline object.
hVertex
  Handle to the multiline vertex, or NULL.
Angle
  Direction angle from vertex hVertex.
Length
  Distance from vertex hVertex.

Return Value

  Handle to the new Vertex object or NULL if the function fails.

Remarks

  The vertex is inserted after the specified vertex. If hVertex is NULL, the vertex is appended to the end of the multiline.

See Also

  Code sample,   lcMlineAddVerlcMlineDeleteVerlcBlockAddMline