[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns an entity by it's index
Source position: fpvectorial.pas line 330
public function TvVectorialPage.GetEntity( |
ANum: Cardinal |
):TvEntity; |
ANum |
|
The zero-based index to the entity |
The entity
Returns an entity by it's index. Use it together with GetEntitiesCount to iterate through all entities in a page. Paths are also entitites. The Index is zero-based and goes from zero to GetEntitiesCount() - 1
GetEntitiesCount |