Click or drag to resize

RapidSymbolSearchProperties Constructor

Initalize a new instance of RapidSymbolSearchProperties.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public RapidSymbolSearchProperties(
	SymbolSearchMethod method,
	SymbolTypes types,
	bool bRescursive,
	bool bLocalRpdSym,
	bool bGlobalRpdSym,
	bool bIsInUse
)

Parameters

method
Type: ABB.Robotics.Controllers.RapidDomainSymbolSearchMethod
The SymbolSearchMethod to use.
types
Type: ABB.Robotics.Controllers.RapidDomainSymbolTypes
The type(s) of SymbolTypes to search for.
bRescursive
Type: SystemBoolean
Set to true if search should be recursive.
bLocalRpdSym
Type: SystemBoolean
Set to true if result should include local RapidSymbol as well.
bGlobalRpdSym
Type: SystemBoolean
Set to true if result should include global RapidSymbol as well.
bIsInUse
Type: SystemBoolean
Set to true if result should only inlcude used RapidSymbol.
See Also