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