 | 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.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic S CreateNewSettings()
Public Function CreateNewSettings As S
Return Value
S
See Also