ITcAdsSymbol3 Interface

Interface ITcAdsSymbol3 (extends ITcAdsSymbol ... ITcAdsSymbol3)

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public interface ITcAdsSymbol3 : ITcAdsSymbol2, 
    ITcAdsSymbol

VB

Public Interface ITcAdsSymbol3
    Inherits ITcAdsSymbol2, ITcAdsSymbol

The ITcAdsSymbol3 type exposes the following members.

Properties

 

Name

Description

ITcAdsSymbol3 Interface 1:

ArrayDimensions

Gets the array dimensions.

ITcAdsSymbol3 Interface 2:

ArrayInfos

Gets the collection of Array Infos.

ITcAdsSymbol3 Interface 3:

Comment

Gets the comment behind the variable declaration. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol3 Interface 4:

ContextMask

Gets the ContextMask of the symbol, indicating the task the variable belongs to. If ContextMask is not zero use CyclicInContext or OnChangeInContext to add notifications. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 5:

IndexGroup

Gets the index group of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol3 Interface 6:

IndexOffset

Gets the index offset of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol3 Interface 7:

IsBitType

Indicates if the BitValue flag is set for the symbol. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 8:

IsPersistent

Indicates if the Persistent flag is set for the symbol. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 9:

IsReadOnly

Indicates if the ReadOnly flag is set for the symbol. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 10:

IsTcComInterfacePointer

Indicates if the TcComInterfacePointer flag is set for the symbol. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 11:

IsTypeGuid

Indicates if the TypeGuid flag is set for the symbol. (Inherited from ITcAdsSymbol2.)

ITcAdsSymbol3 Interface 12:

Name

Gets the name of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol3 Interface 13:

Size

Gets the size of the symbol (in Bytes or bits dependent on IsBitType). (Inherited from ITcAdsSymbol.)

Remarks

The most sophisticated implementation of this interface is ITcAdsSymbol"/>

Reference

TwinCAT.Ads Namespace

TwinCAT.Ads.ITcAdsSymbol5