Description
This .NET class wraps the AcGiVertexData ObjectARX class. This class is a container for the optional data that can be specified for a set of vertices for meshes and shells. An object of this class is meant to be passed in as an argument to Geometry.mesh() and AcGiGeometry.shell().
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.VertexData
C#
public sealed class VertexData;
Visual Basic
Public sealed Class VertexData