Inserts a cosmetic thread.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertCosmeticThread2( _
ByVal Type As Short, _
ByVal Depth As Double, _
ByVal Length As Double, _
ByVal Note As String _
) As Feature |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Type As Short
Dim Depth As Double
Dim Length As Double
Dim Note As String
Dim value As Feature
value = instance.InsertCosmeticThread2(Type, Depth, Length, Note)
|
C++/CLI | |
---|
Feature^ InsertCosmeticThread2(
& short Type,
& double Depth,
& double Length,
& String^ Note
) |
Parameters
- Type
- Type as defined in swCosmeticThreadType_e
- Depth
- Diameter of the cosmetic thread
- Length
- Length of the cosmetic thread
- Note
- Callout text to display in the drawing document
Return Value
Pointer to the
IFeature object
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0