C++
ACDBCORE2D_PORT explicit AcDbAssocEdgePersSubentId( int vertexIdentifier1, int vertexIdentifier2 );
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.
Parameters
Parameters | Description |
---|---|
vertexIdentifier1 | Identifier of the start vertex of the edge. |
vertexIdentifier2 | Identifier of the end vertex of the edge. |