Gets information about an object or feature that has had one of its configurable parameters changed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ConfigurationChangeNotifyEventHandler( _
ByVal ConfigurationName As System.String, _
ByVal Object As System.Object, _
ByVal ObjectType As System.Integer, _
ByVal changeType As System.Integer _
) As System.Integer |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.DAssemblyDocEvents_ConfigurationChangeNotifyEventHandler.html# | |
---|
public delegate System.int DAssemblyDocEvents_ConfigurationChangeNotifyEventHandler(
System.string ConfigurationName,
System.object Object,
System.int ObjectType,
System.int changeType
) |
Parameters
- ConfigurationName
- Name of the configuration that has changed
- Object
- Object that has changed
- ObjectType
Type of the object that has changed as defined in swSelectType_e:
- swSelDIMENSIONS
- swSelDATUMPOINTS
- swSelDATUMPLANES
- swSelDATUMAXES
- swSelHELIX
- swSelBODYFEATURES
- swSelMATEGROUP
- swSelMATES
- swSelCOORDSYS
- swSelCOMPONENTS
- swSelCONFIGURATIONS
- swSelSKETCHES
- swSelREFCURVES
- swSelDISPLAYSTATE
All other types are returned as swSelUNSUPPORTED.
- changeType
- Type of change as defined by swConfigurationChangeTypes_e
Remarks
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0