Pre-notifies the user program when a view is about to be repainted and returns the paint type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DModelViewEvents_RepaintNotifyEventHandler( _
ByVal paintType As System.Integer _
) As System.Integer |
C# | |
---|
public delegate System.int DModelViewEvents_RepaintNotifyEventHandler(
System.int paintType
) |
C++/CLI | |
---|
public delegate System.int DModelViewEvents_RepaintNotifyEventHandler(
& System.int paintType
) |
Parameters
- paintType
- Valid paint type as defined in swRepaintTypes_e (only the first two types are supported)
Remarks
Availability
SoidWorks 2001Plus FCS, Revision Number 10.0