SIFWorks ADK 2.0
Write Method (o, version)
NamespacesEdustructures.SifWorksSifWriterWrite(SifElement, SifVersion)

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

Write a SIF element in the version of SIF specified.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Write(
	SifElement o,
	SifVersion version
)
Public Overridable Sub Write ( _
	o As SifElement, _
	version As SifVersion _
)
public:
virtual void Write (
	SifElement^ o, 
	SifVersion^ version
)
Parameters
o (SifElement)
The SIF Element instance to Write to the output stream
version (SifVersion)
The version of SIF to use when rendering the SIF element

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