Serializes an entity list to a file.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public static void Serialize(
	string fileName,
	EntityList entities
)
Visual Basic (Declaration)
Public Shared Sub Serialize ( _
	fileName As String, _
	entities As EntityList _
)
Visual C++
public:
static void Serialize(
	String^ fileName, 
	EntityList^ entities
)

Parameters

fileName
Type: System..::.String
The name of the file.
entities
Type: ceometric.XML..::.EntityList
The entity list.

See Also