Click or drag to resize

RapidData Properties

The RapidData type exposes the following members.

Properties
  NameDescription
Public propertyBaseIndex
Sets or gets the base index of the data.
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyCode exampleDataType
Gets the RapidDataType of the Rapid data instance.
Public propertyDeclarationRange
Returns information where this Rapid data instance is declared within its module.
Public propertyIsArray
Gets a value indicating whether the rapid data is an array.
Public propertyIsBuiltIn
Gets a value indicating whether the rapid data is built in or not.
Public propertyIsLocal
Checks if the RAPID data is declared locally.
Public propertyIsTaskPers
Checks if the RAPID data is declared PERS or TASKPERS. Only of interest for persistent data.
Public propertyModuleName
Gets the name of the module where the rapid data is declared.
Public propertyCode exampleName
Gets the name of the RapidSymbol.
(Inherited from RapidSymbol.)
Public propertyRapidType
Gets the name of the RAPID data type.
Public propertyRoutineName
Gets the name of the routine in which the rapid data is declared.
Public propertyCode exampleScope
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.)
Public propertyTaskName
Gets the name of the task in which the rapid data is declared.
Public propertyType
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.)
Public propertyTypeUrl
Gets the URL to the type symbol.
Public propertyCode exampleValue
Gets or sets the value of the RapidData.
Top
See Also