ServerSymbolFactory.AddType Method

Adds and registers a DataType

Namespace:  TwinCAT.Ads.Server.TypeSystem
Assembly:  TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229

Syntax

C#

public IAddSymbolicInformation AddType(
    DataType type
)

Parameters

type

Type: TwinCAT.Ads.TypeSystem.DataType
The type.

Return Value

Type: IAddSymbolicInformation
The self-referential IAddSymbolicInformationobject to support method chaining/cascading.

Implements

IAddSymbolicInformation.AddType(DataType)

Reference

ServerSymbolFactory Class

TwinCAT.Ads.Server.TypeSystem Namespace