Click or drag to resize

SettingsObjectIsCustomized Method

This function is meant to be sealed -implemented by CUSTOMTOOLS core objects to define the base object type, so it can be distinquished from script extended ones. This is needed for successful deserialization. See also HasSerializedCustomData. For implementation that do not override existing extensions, this can be ignored.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual bool IsCustomized()

Return Value

Type: Boolean
See Also