This property:
- gets the type of object selected on the context sensitive, pop-up menu.
- sets the type of object that the user must select to show the context sensitive, pop-up menu.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SelectType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As System.Integer
instance.SelectType = value
value = instance.SelectType |
C# | |
---|
System.int SelectType {get; set;} |
C++/CLI | |
---|
property System.int SelectType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of object as defined in
swSelectType_e
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14