Polyline2d.AppendVertex Method public ObjectId AppendVertex( Vertex2d vertexToAppend ); This function appends the Vertex2d object to the vertex list of the polyline, establishes the polyline as the vertex's owner, and adds the vertex the Database that contains the polyline (the polyline must be database-resident for this function to succeed). It returns the object ID of the appended vertex. The appended vertex must be explicitly closed by the calling application after the AppendVertex() call returns. |