SymbolLoaderSettings.Default Property
Gets the default settings object for standard symbols.
Namespace: TwinCAT
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public static SymbolLoaderSettings Default { get; }
Remarks
The following defaults are set here:
Setting |
Description |
---|---|
Symbols load mode (SymbolsLoadMode) |
Create virtual tree (VirtualTree. |
Value access mode (ValueAccessMode) |
Prefer Symbolic access of values (SymbolicByHandle). |
Value creation mode ValueCreation |
Create .NET integral primitives if possible (Default. |
See also