VertexRef.VertexRef(Entity) Constructor   MG2009New

Visual Basic
Public Sub New(
    entity As Entity
)
C#
public VertexRef(
    Entity entity
);
Description

This wraps the ObjectARX AcDbVertexRef::VertexRef() method

Links