GetChordPoint Method (IJoggedDimension) Send Feedback
See Also  Example
X[out]
x coordinate
Y[out]
y coordinate
Z[out]
z coordinate

Gets the point of the jogged Dimension that lies on the Arc or Circle.

Syntax

Visual Basic 
Sub GetChordPoint( _
   ByRef X As System.Double, _
   ByRef Y As System.Double, _
   ByRef Z As System.Double _
) 
C# 
void GetChordPoint( 
   out System.double X,
   out System.double Y,
   out System.double Z
)
JavaScript 
GetChordPoint(
) : {
   X : Number,
   Y : Number,
   Z : Number
}
COM native C++ 
HRESULT GetChordPoint( 
   DOUBLE* X,
   DOUBLE* Y,
   DOUBLE* Z
) 
C++ 
DSRESULT GetChordPoint( 
   double* X,
   double* Y,
   double* Z
) 

Parameters

X[out]
x coordinate
Y[out]
y coordinate
Z[out] or Return Value
z coordinate

Example

 

See Also

Availability