Fired when a solid body folder is reordered, e.g., using
IModelDocExtension::ReorderFeature2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPartDocEvents_SolidBodyFolderReorderNotifyEventHandler( _
ByVal Source As System.String, _
ByVal Target As System.String, _
ByVal ReorderLocation As System.Integer _
) As System.Integer |
C# | |
---|
public delegate System.int DPartDocEvents_SolidBodyFolderReorderNotifyEventHandler(
System.string Source,
System.string Target,
System.int ReorderLocation
) |
C++/CLI | |
---|
public delegate System.int DPartDocEvents_SolidBodyFolderReorderNotifyEventHandler(
& System.String^ Source,
& System.String^ Target,
& System.int ReorderLocation
) |
Parameters
- Source
- Item to move with respect to the Target item
- Target
- Item around which to move the Source item; can be a body folder
- ReorderLocation
- Move location as defined by swMoveLocation_e
Remarks
Availability
SOLIDWORKS 2026 FCS, Revision Number 34