AreaProperties.GetResults Method

This method is called to obtain the results.
Public Sub GetResults( _ 
ByVal a As Double, _ 
ByVal C As Point3D, _ 
ByRef X As Double, _ 
ByRef Y As Double, _ 
ByRef Z As Double, _ 
ByRef XX As Double, _ 
ByRef YY As Double, _ 
ByRef ZZ As Double, _ 
ByRef XY As Double, _ 
ByRef ZX As Double, _ 
ByRef YZ As Double, _ 
ByRef world As MomentOfInertia, _ 
ByRef centroid As MomentOfInertia
)
This language is not supported or no code example is available.
public void GetResults( 
double a
Point3D C
out double X
out double Y
out double Z
out double XX
out double YY
out double ZZ
out double XY
out double ZX
out double YZ
out MomentOfInertia world
out MomentOfInertia centroid 
)
This language is not supported or no code example is available.

Parameters

a
double

Area

C
Point3D

Centroid

X
double

First moment X

Y
double

First moment Y

Z
double

First moment Z

XX
double

Second moment X

YY
double

Second moment Y

ZZ
double

Second moment Z

XY
double

Product moment XY

ZX
double

Product moment ZX

YZ
double

Product moment YZ

world
MomentOfInertia

Moments of Inertia about world coordinate axes

centroid
MomentOfInertia

Area Moments of Inertia about centroid coordinate axes

.NET Framework

Supported in: 4.8

In this article

Definition