Click or drag to resize

CTObjectDataHandler<E, O, S>.SetExtensionData Method

Set the extension data for the core object.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract void SetExtensionData(
	O obj,
	byte[] data
)

Parameters

obj  O
data  Byte[]
See Also