| ICzmlDocumentWriteDocument Method (TextWriter) | 
 
            Writes the document to the provided writer.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxvoid WriteDocument(
	TextWriter writer
)
Sub WriteDocument ( 
	writer As TextWriter
)
void WriteDocument(
	TextWriter^ writer
)
abstract WriteDocument : 
        writer : TextWriter -> unit 
Parameters
- writer
- Type: System.IOTextWriter
 The writer to use.
 See Also
See Also