Handles the notification that the specified PDM-managed document is about to be inserted into an assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPDMDocManagerEvents_PreInsertDocumentEventHandler( _
ByVal fileName As System.String, _
ByVal ToolboxID As System.Integer _
) As System.Integer |
C# | |
---|
public delegate System.int DPDMDocManagerEvents_PreInsertDocumentEventHandler(
System.string fileName,
System.int ToolboxID
) |
C++/CLI | |
---|
public delegate System.int DPDMDocManagerEvents_PreInsertDocumentEventHandler(
& System.String^ fileName,
& System.int ToolboxID
) |
Parameters
- fileName
- Path and file name of the document to insert
- ToolboxID
- ID is calculated for copied part creation; otherwise 1
Example
Remarks
Availability
SOLIDWORKS 2013 FCS, Revision Number 21.0