'Declaration
Public Function New( _ ByVal jamsEntry As System.Integer, _ ByVal newState As ElementState, _ ByVal elementId As System.Integer, _ ByVal properties As PropertyValueCollection _ )
'Usage
Dim jamsEntry As System.Integer Dim newState As ElementState Dim elementId As System.Integer Dim properties As PropertyValueCollection Dim instance As New SetEntryElementState(jamsEntry, newState, elementId, properties)
public SetEntryElementState( System.int jamsEntry, ElementState newState, System.int elementId, PropertyValueCollection properties )
Parameters
- jamsEntry
- The JAMS entry that owns the Element.
- newState
- The new state of the Element.
- elementId
- The ID of the Element.
- properties
- Collection of updated properties.