ServerSymbolFactory.RemoveSymbol Method (ISymbol)

Removes the ISymbol from the Symbolic information.

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

Syntax

C#

public IAddSymbolicInformation RemoveSymbol(
    ISymbol symbol
)

Parameters

symbol

Type: TwinCAT.TypeSystem.ISymbol
The symbol.

Return Value

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

Implements

IAddSymbolicInformation.RemoveSymbol(ISymbol)

Reference

ServerSymbolFactory Class

RemoveSymbol Overload

TwinCAT.Ads.Server.TypeSystem Namespace