Click or drag to resize

Module Properties

The Module type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAttributes
Gets the attributes of the module
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyDataDeclarationList
Gets the TextRange of the data declarations of the Module.
Public propertyCode exampleModuleType
Gets the type of the module
Public propertyName
Gets or sets the name of the module
Public propertyCode examplePersInSync
Checks if the persistent data of the Module object is in sync with the real values of the controller.
Public propertyRoutineDeclarationList
Gets the TextRange of the routine declarations of the Module.
Public propertyCode exampleRowCount
Gets the maximum number of rows available in the module
Public propertyCode exampleScope
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.)
Public propertyTextRange
Gets the TextRange of the Module.
Public propertyType
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.)
Public propertyTypeDeclarationList
Gets the TextRange of the datatype declarations of the Module.
Top
See Also