Share

IRuleArguments.Exists Method

Determines whether the specified argument was provided to this rule.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Function Exists ( 
	name As String
) As Boolean

C#

bool Exists(
	string name
)

Parameters

name
Type: System.String
The name of the argument.

Return Value

Type: Boolean
True if the argument exists.

See Also

Reference

Was this information helpful?