ITcAdsSymbol2 Interface
Interface ITcAdsSymbol2 (extends ITcAdsSymbol)
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface ITcAdsSymbol2 : ITcAdsSymbol
VB
Public Interface ITcAdsSymbol2
Inherits ITcAdsSymbol
The ITcAdsSymbol2 type exposes the following members.
Properties
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Gets the comment behind the variable declaration. (Inherited from ITcAdsSymbol.)  | |
| 
                   
                      | 
                   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.  | |
| 
                   
                      | 
                   Gets the index group of the symbol. (Inherited from ITcAdsSymbol.)  | |
| 
                   
                      | 
                   Gets the index offset of the symbol. (Inherited from ITcAdsSymbol.)  | |
| 
                   
                      | 
                   Indicates if the BitValue flag is set for the symbol.  | |
| 
                   
                      | 
                   Indicates if the Persistent flag is set for the symbol.  | |
| 
                   
                      | 
                   Indicates if the ReadOnly flag is set for the symbol.  | |
| 
                   
                      | 
                   Indicates if the TcComInterfacePointer flag is set for the symbol.  | |
| 
                   
                      | 
                   Indicates if the TypeGuid flag is set for the symbol.  | |
| 
                   
                      | 
                   Gets the name of the symbol. (Inherited from ITcAdsSymbol.)  | |
| 
                   
                      | 
                   Gets the size of the symbol (in Bytes or bits dependent on IsBitType). (Inherited from ITcAdsSymbol.)  |