Click or drag to resize

GtpuAsmIdAttribute Class

This Attribute Class is used by the SDK Proxy View. The Attribute holds a Unique Identification string that identifies the SDK Stub View that correspond to the SDK Proxy
Inheritance Hierarchy
SystemObject
  SystemAttribute
    ABB.Robotics.Tps.SDK.BaseGtpuAsmIdAttribute

Namespace:  ABB.Robotics.Tps.SDK.Base
Assembly:  ABB.Robotics.Tps.SDK.Base (in ABB.Robotics.Tps.SDK.Base.dll) Version: 6.5.129.0
Syntax
C#
public class GtpuAsmIdAttribute : Attribute

The GtpuAsmIdAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGtpuAsmIdAttribute
Creates a new instance of the GtpuAsmIdAttribute
Top
Properties
  NameDescription
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyUID
Gets the Unique Identification String.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also