InsertFeatureShell Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::InsertFeatureShell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertFeatureShell( _
ByVal Thickness As Double, _
ByVal Outward As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Thickness As Double
Dim Outward As Boolean
instance.InsertFeatureShell(Thickness, Outward)
|
Parameters
- Thickness
-
- Outward
-
See Also