Notifies your program when a table has been inserted in an assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_InsertTableNotifyEventHandler( _
ByVal TableAnnotation As TableAnnotation, _
ByVal TableType As System.String, _
ByVal TemplatePath As System.String _
) As System.Integer |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_InsertTableNotifyEventHandler(
& TableAnnotation^ TableAnnotation,
& System.String^ TableType,
& System.String^ TemplatePath
) |
Parameters
- TableAnnotation
- ITableAnnotation
- TableType
- Type of table as defined in swTableAnnotationType_e
- TemplatePath
- Full path of template used to create this table
Example
Remarks
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0