Click or drag to resize

CTObjectGuardE, O, SInit Method

Init function that must be called immediately after creation of this object.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void Init(
	E parent,
	ICTObjectOwner<E, O, S> owner,
	ctEditGuardObjectType objectType
)

Parameters

parent  E
Parent Extension
owner  ICTObjectOwnerE, O, S
The class for which the events and sent
objectType  ctEditGuardObjectType
CT Core Object type this class is guading
See Also