AcDbAssocEdgePersSubentId::AcDbAssocEdgePersSubentId Constructor (int, int)   

explicit AcDbAssocEdgePersSubentId(
    int vertexIdentifier1, 
    int vertexIdentifier2
);
Parameters
Parameters 
Description 
int vertexIdentifier1 
Identifier of the start vertex of the edge. 
int vertexIdentifier2 
Identifier of the end vertex of the edge. 
Description

Constructor that creates an AcDbAssocEdgePersSubentId and initializes it by indices of the two edge vertices, or generally, by two arbitrary index identifiers. 

If either index is 0, it means "no index". Otherwise, it is up to the client code to interpret the meaning of these two index identifiers.

Links