IGetMassProperties Method (IBody)
Obsolete. Superseded by IBody2::IGetMassProperties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetMassProperties( _
ByVal Density As System.Double _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim Density As System.Double
Dim value As System.Double
value = instance.IGetMassProperties(Density) |
C# | |
---|
System.double IGetMassProperties(
System.double Density
) |
C++/CLI | |
---|
System.double IGetMassProperties(
& System.double Density
) |
Parameters
- Density
-
See Also