TdxEMFCustomSession.GetObjects<T>(TdxPredicate<T>) Method
Declaration
function GetObjects<T: TObject>(APredicate: TdxPredicate<T>): IdxEMFCollection<T>; overload;
Parameters
| Name | Type |
|---|---|
| APredicate | TdxPredicate<T> |
Returns
| Type |
|---|
| IdxEMFCollection<T> |
See Also