 | ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSCurrentSettings Property |
Accessor for the last loaded settings object. Useful when
settings access is needed for modified settings that are not yet saved.
Value is loaded automatically but not cleared. User implementation can
clear this e.g. on
OnOptionsClosedNotify.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic EXPORTSETTINGSTYPE CurrentSettings { get; set; }
Public Property CurrentSettings As EXPORTSETTINGSTYPE
Get
Set
Property Value
EXPORTSETTINGSTYPE
See Also