VertexRef.VertexRef(Entity) Constructor

Description

This wraps the ObjectARX AcDbVertexRef::VertexRef() method

Visual Basic

Public Sub New(
    entity As Entity
)

C#

public VertexRef(
    Entity entity
);

Links

VertexRef Class, Autodesk.AutoCAD.DatabaseServices Namespace