Click or drag to resize

CTObjectDataHandlerE, O, SGetAll Method

Retuns all objects of type O from CT API.

Uses cache. If you want to refresh the cache, call ClearCaches first.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public List<O> GetAll()

Return Value

ListO

Implements

ICTObjectOwnerE, O, SGetAll
See Also