The method reads the extended information. The method is called by the reading automaton.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
bool ReadExtension(
	string tag,
	XScene scene,
	XmlReader reader
)

Parameters

tag
Type: System..::.String
Last read XML tag.
scene
Type: SGP.XSpace..::.XScene
Scene being loaded.
reader
Type: System.Xml..::.XmlReader
XML reader.

Return Value

Returns trueTruetruetrue (True in Visual Basic) whether the extension was successfully loaded, otherwise falseFalsefalsefalse (False in Visual Basic).

See Also