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; }

Property Value

Type: SymbolLoaderSettings
The default settings object.

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.

Reference

SymbolLoaderSettings Class

TwinCAT Namespace

SymbolLoaderSettings.DefaultDynamic