Click or drag to resize

CTObjectDataHandlerE, O, SCreateNewCTObject Method

Use CT API to create new core object of type O. Name is already ensured to be unique.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract O CreateNewCTObject(
	string name
)

Parameters

name  String

Return Value

O
See Also