SIFWorks ADK 2.0
AddSIF_Condition Method (SifElement, SifOperator, SifValue)
NamespacesEdustructures.SifWorks.InfraSIF_ConditionsAddSIF_Condition(String, Operators, String)

[This is preliminary documentation and is subject to change.]

Adds the value of the <SIF_Condition> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSIF_Condition(
	string SifElement,
	Operators SifOperator,
	string SifValue
)
Public Sub AddSIF_Condition ( _
	SifElement As String, _
	SifOperator As Operators, _
	SifValue As String _
)
public:
void AddSIF_Condition (
	String^ SifElement, 
	Operators^ SifOperator, 
	String^ SifValue
)
Parameters
SifElement (String)
This is the element/attribute being queried. See below for syntax.
SifOperator (Operators)
The comparison operator for the condition.
SifValue (String)
SIF_Value is the data that is used to compare with the value of the element or attribute.
Remarks

This form of setSIF_Condition is provided as a convenience method that is functionally equivalent to the method AddSIF_Condition

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10