 | CTObjectDataHandlerE, O, SGetExtenionData Method |
Get the extension data from the core object.
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract byte[] GetExtenionData(
O obj
)
Protected MustOverride Function GetExtenionData (
obj As O
) As Byte()
Parameters
- obj O
Return Value
Byte
See Also