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 = 0x0
- swQuickTipEmptySWFrameMode = 0x1
- swQuickTipEmptyPartMode = 0x2
- swQuickTipSketchingMode = 0x4
- swQuickTipClosedProfileCompletedMode = 0x8
- swQuickTipSketchDoneMode = 0x10
- swQuickTipFirstFeatureDoneMode = 0x20
- swQuickTipEmptyAssemblyMode = 0x40
- swQuickTipAssemblyOneCompMode = 0x80
- swQuickTipAssemblyMultiCompMode = 0x100
- swQuickTipAssemblyMatedMode = 0x200
- swQuickTipAssemblySimulatingMode = 0x400
- swQuickTipEmptyDrawingMode = 0x800
- swQuickTipDrawingOneViewMode = 0x1000
- swQuickTipPMBaseFeatureDialogMode = 0x2000
- swQuickTipPMYellowErrorMessageMode = 0x4000 // 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 = 0x8000
- swQuickTipSheetMetalMode = 0x10000
- swQuickTipSketching3DMode = 0x20000
- swQuickTipDrawingEditSheetMode = 0x40000
- swQuickTipPMInsertModelViewMode = 0x80000
- swQuickTipPMInsertProjectedViewMode = 0x100000
- swQuickTipPMInsertComponentMode = 0x200000
- swQuickTipPMYellowGuidelinesMode = 0x400000 // 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