CadLwPolyline.VertexIds

CadLwPolyline.VertexIds property

Gets or sets the vertex ids.

public List<int> VertexIds { get; set; }

Property Value

The vertex ids.

See Also