Handles the notification that the specified PDM-managed document is about to be written to.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPDMDocManagerEvents_BeforeWritingToDocumentEventHandler( _
ByVal fileName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DPDMDocManagerEvents_BeforeWritingToDocumentEventHandler(
System.string fileName
) |
C++/CLI | |
---|
public delegate System.int DPDMDocManagerEvents_BeforeWritingToDocumentEventHandler(
& System.String^ fileName
) |
Parameters
- fileName
- Path and file name of document to which to write
Return Value
If 0 is returned without setting the document status, an error occurs. If 1 is returned, Toolbox uses the specified file name and proceeds as usual.
Example
Remarks
Availability
SOLIDWORKS 2013 FCS, Revision Number 21.0