Calls this method to advise your add-in of the current add-in state.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SwState( _
ByVal state As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwQuickTip
Dim state As System.Integer
instance.SwState(state) |
C# | |
---|
void SwState(
System.int state
) |
C++/CLI | |
---|
void SwState(
& System.int state
) |
Parameters
- state
State of SolidWorks application:
- swQuickTipNoMode = 0x00000000
- swQuickTipEmptySWFrameMode = 0x00000001
- swQuickTipEmptyPartMode = 0x00000002
- swQuickTipSketchingMode = 0x00000004
- swQuickTipClosedProfileCompletedMode = 0x00000008
- swQuickTipSketchDoneMode = 0x00000010
- swQuickTipFirstFeatureDoneMode = 0x00000020
- swQuickTipEmptyAssemblyMode = 0x00000040
- swQuickTipAssemblyOneCompMode = 0x00000080
- swQuickTipAssemblyMultiCompMode = 0x00000100
- swQuickTipAssemblyMatedMode = 0x00000200
- swQuickTipAssemblySimulatingMode = 0x00000400
- swQuickTipEmptyDrawingMode = 0x00000800
- swQuickTipDrawingOneViewMode = 0x00001000
- swQuickTipPMBaseFeatureDialogMode = 0x00002000
- swQuickTipPMYellowErrorMessageMode = 0x00004000 // Display this topic for error conditions when the yellow group box in a PropertyManager is displayed instructing the user to do something before he or she can continue.
- swQuickTipPMMateDialogMode = 0x00008000
- swQuickTipSheetMetalMode = 0x00010000
- swQuickTipSketching3DMode = 0x00020000
- swQuickTipDrawingEditSheetMode = 0x00040000
- swQuickTipPMInsertModelViewMode = 0x00080000
- swQuickTipPMInsertProjectedViewMode = 0x00100000
- swQuickTipPMInsertComponentMode = 0x00200000
- swQuickTipPMYellowGuidelinesMode = 0x00400000 // Display this topic if you want Quick Tips to know about the yellow group box in a PropertyManager that is displayed instructing the user to do something before he or she can continue.
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0