Click or drag to resize

SettingsObjectCopyTo Method

Copy this object to target object.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void CopyTo(
	SettingsObject target
)

Parameters

target
Type: CTExtensions.ExportCore.ConfigSettingsObject
Target to copy to.
See Also