[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvVectorialPage.GetEntity

Returns an entity by it's index

Declaration

Source position: fpvectorial.pas line 330

public function TvVectorialPage.GetEntity(

  ANum: Cardinal

):TvEntity;

Arguments

ANum

  

The zero-based index to the entity

Function result

The entity

Description

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

See also

GetEntitiesCount


Documentation generated on: Oct 09 2011