SIFWorks ADK 2.0
RemoveSIF_Condition Method (SifElement, SifOperator, SifValue)
NamespacesEdustructures.SifWorks.InfraSIF_ConditionsRemoveSIF_Condition(String, Operators, String)

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

Removes 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 void RemoveSIF_Condition(
	string SifElement,
	Operators SifOperator,
	string SifValue
)
Public Sub RemoveSIF_Condition ( _
	SifElement As String, _
	SifOperator As Operators, _
	SifValue As String _
)
public:
void RemoveSIF_Condition (
	String^ SifElement, 
	Operators^ SifOperator, 
	String^ SifValue
)
Parameters
SifElement (String)
Identifies the SIF_Condition object to remove by its SIF_Element value
SifOperator (Operators)
Identifies the SIF_Condition object to remove by its SIF_Operator value
SifValue (String)
Identifies the SIF_Condition object to remove by its SIF_Value value
Remarks

Version: 2.0

Since: 1.1

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