Sets the types of entities for this PowerSelect session.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSelectEntitiesTypes( _
ByVal selTypes As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPowerSelect
Dim selTypes As System.Integer
Dim value As System.Integer
value = instance.SetSelectEntitiesTypes(selTypes) |
C# | |
---|
System.int SetSelectEntitiesTypes(
System.int selTypes
) |
C++/CLI | |
---|
System.int SetSelectEntitiesTypes(
& System.int selTypes
) |
Parameters
- selTypes
- Type of entities as defined in gtPslSelectionType_e
Return Value
Error as defined in
gtError_e
Example
See Also
Availability
SOLIDWORKS Utilities API 2005 FCS