Click or drag to resize

CTObjectDataHandler<E, O, S>.CreateNewSettings Method

Creates and initialises new settings object of type S. This object is not owned after created.
To create new owned object, call this first and then call CreateOwnedObject(S, String). If you want to add new settings object to existing core object, then after calling this, set the existing object to CTObject of S and call StoreSettingsAndSaveObject(S) for it.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public S CreateNewSettings()

Return Value

S
See Also