 | 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.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract O CreateNewCTObject(
string name
)
Protected MustOverride Function CreateNewCTObject (
name As String
) As O
Parameters
- name String
Return Value
O
See Also