CreateBaseFeature Method (IBody)
Obsolete. Superseded by IBody2::CreateBaseFeature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateBaseFeature( _
ByVal BodyIn As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim BodyIn As Object
Dim value As Boolean
value = instance.CreateBaseFeature(BodyIn)
|
C# | |
---|
bool CreateBaseFeature(
object BodyIn
) |
C++/CLI | |
---|
bool CreateBaseFeature(
& Object^ BodyIn
) |
Parameters
- BodyIn
-
See Also