InsertCosmeticThread Method (IModelDoc2)
Obsolete. Superseded by IFeatureManager::InsertCosmeticThread2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertCosmeticThread( _
ByVal Type As Short, _
ByVal Depth As Double, _
ByVal Length As Double, _
ByVal Note As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim Type As Short
Dim Depth As Double
Dim Length As Double
Dim Note As String
instance.InsertCosmeticThread(Type, Depth, Length, Note)
|
C++/CLI | |
---|
void InsertCosmeticThread(
& short Type,
& double Depth,
& double Length,
& String^ Note
) |
Parameters
- Type
-
- Depth
-
- Length
-
- Note
-
See Also