Click or drag to resize

RapidSymbolSearchProperties Class

RapidSymbol search properties. Determines which RapidSymbol will be retrieved.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Controllers.RapidDomainRapidSymbolSearchProperties

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

The RapidSymbolSearchProperties type exposes the following members.

Constructors
  NameDescription
Public methodRapidSymbolSearchProperties
Initalize a new instance of RapidSymbolSearchProperties.
Top
Properties
  NameDescription
Public propertyGlobalRapidSymbol
Gets or sets whether the result should include global RapidSymbol.
Public propertyIsInUse
Gets or sets whether the result should only include used RapidSymbol.
Public propertyLocalRapidSymbol
Gets or sets whether the result should include local RapidSymbol.
Public propertyRecursive
Gets or sets whether the search should be recursive.
Public propertySearchMethod
Gets or sets the SymbolSearchMethod.
Public propertySymbolType
Gets or sets the SymbolTypes.
Top
Methods
  NameDescription
Public methodStatic memberCreateDefault
This method creates a RapidSymbolSearchProperties with default settings.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also