SIFWorks ADK 2.0
Write Method (o)
NamespacesEdustructures.SifWorksSifWriterWrite(SifDataObject)

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

Write a SIF Data Object in the version of SIF in effect for that object. To change the version of SIF that is used, call the SifDataObject.setSIFVersion method prior to calling this function.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Write(
	SifDataObject o
)
Public Overridable Sub Write ( _
	o As SifDataObject _
)
public:
virtual void Write (
	SifDataObject^ o
)
Parameters
o (SifDataObject)
The SifDataObject instance to Write to the output stream

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