Click or drag to resize

CTObjectDataHandlerE, O, SGetOwned Method

Returns settings for all existing objects that are owned. An object is considered to be owned if it has stored data. To remove ownership, use RemoveOwnership(O). Settings has the object in question tagged to CTObject.

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<S> GetOwned()

Return Value

ListS
List of settings objects that have the core object bound to CTObject.

Implements

ICTObjectOwnerE, O, SGetOwned
See Also