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