Click or drag to resize

RapidDataType Class

Summary description for RapidDataType.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public abstract class RapidDataType : RapidSymbol

The RapidDataType type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Protected propertyCode exampleIsDisposed
Gets or sets a value indicating whether the object has already been disposed or not.
(Inherited from SDKDisposeBase.)
Public propertyCode exampleName
Gets the name of the RapidSymbol.
(Inherited from RapidSymbol.)
Public propertyCode exampleScope
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.)
Public propertyType
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Protected methodDispose(Boolean)
Release managed and native resources of the instance.
(Inherited from SDKBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor.
(Inherited from SDKDisposeBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSearchRapidSymbol
This method is not supported in the current version.
(Overrides RapidSymbolSearchRapidSymbol(RapidSymbolSearchProperties, String, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also