SIFWorks ADK 2.0
GetSIF_Condition Method (SifElement, SifOperator, SifValue)
NamespacesEdustructures.SifWorks.InfraSIF_ConditionsGetSIF_Condition(String, Operators, String)

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

Gets a SIF_Condition object instance. More than one instance can be defined for this object because it is a repeatable field element.
Declaration Syntax
C#Visual BasicVisual C++
public SIF_Condition GetSIF_Condition(
	string SifElement,
	Operators SifOperator,
	string SifValue
)
Public Function GetSIF_Condition ( _
	SifElement As String, _
	SifOperator As Operators, _
	SifValue As String _
) As SIF_Condition
public:
SIF_Condition^ GetSIF_Condition (
	String^ SifElement, 
	Operators^ SifOperator, 
	String^ SifValue
)
Parameters
SifElement (String)
Identifies the SIF_Condition object to return by its "SIF_Element" attribute value
SifOperator (Operators)
Identifies the SIF_Condition object to return by its "SIF_Operator" attribute value
SifValue (String)
Identifies the SIF_Condition object to return by its "SIF_Value" attribute value
Return Value
A SIF_Condition object
Remarks

Version: 2.0

Since: 1.1

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