Gets the selected feature's type and name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNameForSelection( _
ByRef Type As System.String _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim Type As System.String
Dim value As System.String
value = instance.GetNameForSelection(Type) |
C# | |
---|
System.string GetNameForSelection(
out System.string Type
) |
C++/CLI | |
---|
System.String^ GetNameForSelection(
& [Out] System.String^ Type
) |
Parameters
- Type
- Type of feature as defined in swSelectType_e
Return Value
Name of feature
Example
Remarks
See Also
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0