The administrator has disabled public write access.
Re:.net in labwindows
Date: 2007/01/27 00:31
By: Gerrit Van Damme
Status: User
Karma: 0  
Senior Boarder
Posts: 12
Hi Lars,
I've attached the content of the AODL_Document_TextDocuments_TextDocument class with all its methods from my labwindows.
Ican't see the add function.
Regards,
Gerrit
Post edited by: zjeriet, at: 2007/01/27 00:32
The administrator has disabled public write access.
Re:.net in labwindows
Date: 2007/01/27 00:35
By: Lars B
Status: Admin
Karma: 1  
Admin
Posts: 33
Hi Gerrit,
the document itself has a property named Content. Which is of the type IContentCollection and this interface supports the Add method. Therefor you can use myDocument.Content.Add(...)