v2.26
IEntityCollection Interface Reference

Represents a base Renga entity collection. More...

Inheritance diagram for IEntityCollection:

Public Member Functions

HRESULT GetById ([in] int id, [out, retval] IEntity **ppEntity)
 Gets an entity by its identifier.
 
HRESULT GetIds ([out, retval] SAFEARRAY(int) *pIds)
 Gets entity identifiers.
 

Detailed Description

Represents a base Renga entity collection.

See also
IEntity, IProject