The entity Id.
The vertex Id.
EncodeVertexId Method (IEntityIdProvider)
Encodes a Entity ID and Vertex ID into a single 32-bit VertexId struct according to the schema that this EntityIdProvider uses.
Syntax
VertexId EncodeVertexId( 
   uint entity,
   uint vertex
)

Parameters

entity
The entity Id.
vertex
The vertex Id.

Return Value

The encoded VertexId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also