InsertFeatureShell Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::InsertFeatureShell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertFeatureShell( _
ByVal Thickness As System.Double, _
ByVal Outward As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Thickness As System.Double
Dim Outward As System.Boolean
instance.InsertFeatureShell(Thickness, Outward) |
C++/CLI | |
---|
void InsertFeatureShell(
& System.double Thickness,
& System.bool Outward
) |
Parameters
- Thickness
-
- Outward
-
See Also