Click or drag to resize

RapidSymbolSearchPropertiesCreateDefault Method

This method creates a RapidSymbolSearchProperties with default settings.

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

Return Value

Type: RapidSymbolSearchProperties
A RapidSymbolSearchProperties with default settings:

Method = SymbolSearchMethod.Block

SymbolType = SymbolTypes.NoSymbol

Recursive = true

LocalRapidSymbol = true

GlobalRapidSymbol = true

IsInUse = true

See Also