SIFWorks ADK 2.0
SetSIF_EventObject Method (ObjectName, Action, Value)
NamespacesEdustructures.SifWorks.InfraSIF_ObjectDataSetSIF_EventObject(String, Action, String)

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

Sets the value of the <SIF_EventObject> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetSIF_EventObject(
	string ObjectName,
	Action Action,
	string Value
)
Public Sub SetSIF_EventObject ( _
	ObjectName As String, _
	Action As Action, _
	Value As String _
)
public:
void SetSIF_EventObject (
	String^ ObjectName, 
	Action^ Action, 
	String^ Value
)
Parameters
ObjectName (String)
This is the name of the object being added, changed or deleted.
Action (Action)
This is the action associated with the object that is being conveyed by this SIF_Event.
Value (String)
Gets or sets the content value of the &lt;SIF_EventObject&gt; element
Remarks

This form of setSIF_EventObject is provided as a convenience method that is functionally equivalent to the SIF_EventObject

Version: 2.0

Since: 1.1

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