Click or drag to resize

AliasDataType Class

Represent a Alias Rapid data type
Inheritance Hierarchy

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

The AliasDataType type exposes the following members.

Properties
  NameDescription
Public propertyBaseDataType
Gets the base data type of the Alias data type.
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)
Releases all resources used by this AliasDataType
(Overrides SDKBaseDispose(Boolean).)
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.
(Inherited from RapidDataType.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also