ModifyDocument Method

Stot

Stot

Inverter..::..ModifyDocument Method

When a document has been modified.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public Document ModifyDocument(
	String[] words,
	Document doc
)
Public Function ModifyDocument ( _
	words As String(), _
	doc As Document _
) As Document
public:
Document^ ModifyDocument(
	array<String^>^ words, 
	Document^ doc
)

Parameters

words
Type: array<String>[]()[][]
The words in the new Document.
doc
Type: Engine..::..Document
The document modified.