RapidData Properties |
The RapidData type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseIndex |
Sets or gets the base index of the data.
| |
| ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
| DataType |
Gets the RapidDataType of the Rapid data instance.
| |
| DeclarationRange |
Returns information where this Rapid data instance is declared within its module.
| |
| IsArray | Gets a value indicating whether the rapid data is an array. | |
| IsBuiltIn | Gets a value indicating whether the rapid data is built in or not. | |
| IsLocal |
Checks if the RAPID data is declared locally.
| |
| IsTaskPers |
Checks if the RAPID data is declared PERS or TASKPERS. Only of interest for persistent data.
| |
| ModuleName | Gets the name of the module where the rapid data is declared. | |
| Name |
Gets the name of the RapidSymbol.
(Inherited from RapidSymbol.) | |
| RapidType |
Gets the name of the RAPID data type.
| |
| RoutineName | Gets the name of the routine in which the rapid data is declared. | |
| Scope |
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.) | |
| TaskName | Gets the name of the task in which the rapid data is declared. | |
| Type |
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.) | |
| TypeUrl |
Gets the URL to the type symbol.
| |
| Value |
Gets or sets the value of the RapidData.
|