A class to hold a vertex.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
[SerializableAttribute]
public class Vertex
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Vertex
Visual C++
[SerializableAttribute]
public ref class Vertex

Remarks

Vertices are used to define internal (corner) points of the line, polyline and face objects. They do not have properties like layer name, color index or block name. To define a point entity with layer name, color index and block name, use the Point class.

Inheritance Hierarchy

System..::.Object
  ceometric.XML..::.Vertex

See Also