VertexRef.VertexRef(CompoundObjectId, SubentityId) Constructor   MG2009New

Visual Basic
Public Sub New(
    compoundObjectId As CompoundObjectId, 
    subentId As SubentityId
)
C#
public VertexRef(
    CompoundObjectId compoundObjectId, 
    SubentityId subentId
);
Description

This wraps the ObjectARX AcDbVertexRef::AcDbVertexRef() method.

Links