GetBodyBox Method (IBody)
Obsolete. Superseded by IBody2::GetBodyBox.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBodyBox() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim value As System.Object
value = instance.GetBodyBox() |
C# | |
---|
System.object GetBodyBox() |
C++/CLI | |
---|
System.Object^ GetBodyBox(); |
See Also