To receive notifications, a DLL application must register for the notifications by object type. This registration must be done for each instance of a particular object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Enum swMotionStudyNotify_e
Inherits Enum |
C# | |
---|
public enum swMotionStudyNotify_e : Enum |
C++/CLI | |
---|
public enum class swMotionStudyNotify_e : public Enum |
Members
Remarks
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
SolidWorks.Interop.swmotionstudy.swMotionStudyNotify_e
See Also