ATR.CT.CTInterface Namespace |
Class | Description | |
---|---|---|
BatchProcessPreCreateFlatViewArgs |
Event argument class for OnBatchProcessPreCreateFlatView.
Allows manipulating source model and target intermediate drawing used in DXF/DWG
conversions, and also to override the orientation view name to use.
| |
BeforeMergeDocumentsArgs |
Event argument class for OnBeforeMergeDocuments.
Allows manipulating which files to merge and in which order.
| |
ChangeCustomPropertyArgs |
Event argument class for ButtonFunctionResult.
| |
CTInterface |
CTInterface exposes CUSTOMTOOLS' events for script add-ins.
| |
CTInterfaceBatchOperationsCompletedArgs |
Event argument class for OnBatchOperationsCompleted.
| |
CTInterfaceBatchOperationsLaunchedArgs |
Event argument class for OnBatchOperationsLaunched.
| |
CTInterfaceBatchOperationTemplatePreLoadArgs |
Event argument class for OnBatchOperationTemplatePreLoad.
| |
CTInterfaceBooleanArg |
Commonly used event argument class for passing 2 booleans.
| |
CTInterfaceButtonFuncArgs |
Event argument class for ButtonFunctionResult.
| |
CTInterfaceCloseCustomStructureDlgArgs |
Event argument class for OnCloseCustomStructureDlg.
| |
CTInterfaceControlVisibilityOverrideArgs |
Event argument class for OnPropertiesVisibilityOverride.
| |
CTInterfaceCopyObjectArgs |
Event argument class for OnPreFillCopyFileTargets.
| |
CTInterfaceCopyPrePropertySaveArgs |
Event argument class for OnCustomCopyPreSavePropertyValue.
| |
CTInterfaceCustomCopyResolveInitialConfigurationArgs |
Event argument class for OnCustomCopyResolveInitialConfiguration.
| |
CTInterfaceCustomListUpdateArgs |
Event argument class for OnCustomListUpdate.
| |
CTInterfaceCustomPropertiesFinishedArgs |
Event argument class for OnCustomPropertiesFinished.
| |
CTInterfaceCustomPropertiesLoadedArgs |
Event argument class for OnCustomPropertiesLoaded.
| |
CTInterfaceCustomPropertiesLoadingArgs |
Event argument class for OnCustomPropertiesLoading.
| |
CTInterfaceCustomPropertyChangedArgs |
Event argument class for OnCustomPropertyChanged.
| |
CTInterfaceExecuteSearchGroupSearchArgs |
Event argument class for OnExecuteSearchGroupSearch.
| |
CTInterfaceExportProfileSelectedArgs |
Event argument class for OnExportProfileSelected.
| |
CTInterfaceFiletypeFilterArgs |
Event argument class for OnGetImportFiletypeFilters.
| |
CTInterfaceGetCustomImportRuleArgs |
Event argument class for OnGetCustomImportRule.
| |
CTInterfaceItemDeletePreArgs |
Event argument class for OnItemDeletePre.
| |
CTInterfaceModelConfArgs |
Generic event args for passing ModelDoc2 -object and configuration.
Both are non-changeable.
| |
CTInterfaceModelDocLoadedArgs |
Event argument class for OnModelDocLoaded.
| |
CTInterfaceOnAddImportFileArgs |
Event argument class for OnAddImportFile.
| |
CTInterfaceOnFileSavePreArgs |
Event argument class for OnFileSavePre.
| |
CTInterfaceOnImportFilePreArgs |
Event argument class for OnImportFilePre and OnImportFilePost.
| |
CTInterfaceOnLookupListFillArgs |
Event argument class for OnLookupListFill.
| |
CTInterfacePopupMenuChosenArgs |
Event argument class for OnPopupMenuChosen.
| |
CTInterfacePostFileConversionArgs |
Event argument class for OnPostFileConversion.
| |
CTInterfacePreBatchProcessFileArgs |
Event argument class for OnPreBatchProcessFile.
| |
CTInterfacePreFileConversionArgs |
Event argument class for OnPreFileConversion.
| |
CTInterfacePropertyCustomDefinitionArgs |
Event argument class for OnPropertyCustomDefinition.
| |
CTInterfaceQueryCancelExportConversionsArgs |
Event argument class for OnQueryCancelExportConversions.
| |
CTInterfaceRowRightClickArgs |
Event argument class for OnListViewExportRowRightClick.
| |
CTInterfaceSavePostArgs |
Event argument class for OnSaveToStoragePre and OnSaveToStoragePost.
| |
CTInterfaceSavePostArgs2 |
Event argument class for OnSavePost.
| |
CTInterfaceScriptButtonArgs |
Event argument class for OnRequestScriptButton.
| |
CTInterfaceStrExportAddRowArgs |
Event argument class for OnStrExportAddRow.
| |
CTInterfaceStrExportArgs |
Event argument class for OnStrExport and OnStrExportPost.
| |
CTInterfaceStrExportFillListPostArgs |
Event argument class for OnStrExportFillListPost.
| |
CTInterfaceStrExportFillListPreArgs |
Event argument class for OnStrExportFillListPre.
| |
CTInterfaceStrExportVerifyFieldArgs |
Event argument class for OnStrExportVerifyField.
| |
CTInterfaceStrFillColumnsArgs |
Event argument class for OnStrExportFillColumns.
| |
CTInterfaceStrPreExportArgs |
Event argument class for OnStrExportPre.
| |
CTInterfaceValidateCustomPropertiesArgs |
Event argument class for OnValidateCustomProperties.
| |
CustomListGetColumnsArgs |
Event argument class for getting column names for
custom sourced Search Groups.
| |
CustomLookup |
Helper class for refreshing Custom-type lookuplist with XML.
Can be inherited or used as a member helper.
Main usage is to initialize list of CustomLookupLookupItems and then create
an XML string using CreateXMLString. The XML string can be returned
for CUSTOMTOOLS' core when the content of Custom-type lookuplist is requested via
OnCustomListUpdate -event.
| |
CustomLookupLookupItem |
Represents single value row.
| |
DimensionButtonArgs |
Event argument class for OnDimensionButtonClick.
Notification is sent when a button associated with a dimension control is
clicked. To let user to decide whether to override default functionality,
you can for instance detect whether user is holding a shift key while
button was clicked.
| |
ExportSerializationArgs |
Event argument class for OnSerializeForSecondPhase, OnDeserializeSecondPhase and OnFinalizeSecondPhase.
| |
ExportSuccessArgs |
Event argument class for reporting success of silently executed export.
| |
ImportFileArgs |
Argument class for file import event.
| |
NotifyDialogAccessArgs |
Event argument class for notifying that some dialog was accesses.
| |
PrepareConversionEngineArgs |
Event argument class for OnPrepareConversionEngine.
Allows changes some internal conversion engine settings as well as settings of the
conversion rule dynamically.
| |
ProcessLogger |
ProcessLogger is used as intermediate class just for easier access
to logger used in interprocess actions.
The logger is only effective if the CTHost process is running before
creation of this object.
| |
RebuildTaskBeforeOpenArgs |
Event argument class for OnRebuildTaskBeforeOpen.
Allows cancelling the Rebuild of a file before its opened, or
to otherwise prepare on it being opened and Rebuild.
| |
RebuildTaskPostRebuildArgs |
Event argument class for OnRebuildTaskPostRebuild.
Notification send after all configurations of the file have been Rebuild.
Allows setting a custom error message for the file.
| |
RebuildTaskPreRebuildArgs |
Event argument class for OnRebuildTaskPreRebuild.
Notification send just before all configurations of the file is being Rebuild.
|
Structure | Description | |
---|---|---|
CTInterfaceCTGeneric |
Generic structure with two strings.
Corresponds to CTEngineLib.CTGeneric.
|
Enumeration | Description | |
---|---|---|
ButtonFunctionResult |
Identifies a button in a dialog box which is shown as result of user clicking
button that represent a button function of a CUSTOMTOOLS property.
| |
DialogAccess |
Identifies dialog/feature.
|