SIFWorks ADK 2.0
AddSpanGap Method (Type, Code, Name, Value)
NamespacesEdustructures.SifWorks.DatamodelSpanGapsAddSpanGap(TimeElementType, String, String, String)

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

Adds the value of the <SpanGap> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSpanGap(
	TimeElementType Type,
	string Code,
	string Name,
	string Value
)
Public Sub AddSpanGap ( _
	Type As TimeElementType, _
	Code As String, _
	Name As String, _
	Value As String _
)
public:
void AddSpanGap (
	TimeElementType^ Type, 
	String^ Code, 
	String^ Name, 
	String^ Value
)
Parameters
Type (TimeElementType)
A Type
Code (String)
This element provides a place for the application to send structured data (code values, unique identifier, timestamps). This code value can, depending upon the use case agreement between agents, be used to qualify the data in the Value element.
Name (String)
Contains a human-readable description of the value in Value.
Value (String)
Contains the human-readable value.
Remarks

This form of setSpanGap is provided as a convenience method that is functionally equivalent to the method AddSpanGap

Version: 2.0

Since: 2.0

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