Responder Developer Guide
GetCurvePoint Method


Syntax
'Declaration
 
Public Function GetCurvePoint( _
   ByVal t As Double _
) As Point
'Usage
 
Dim instance As CubicBezierSegment
Dim t As Double
Dim value As Point
 
value = instance.GetCurvePoint(t)
public Point GetCurvePoint( 
   double t
)

Parameters

t
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CubicBezierSegment Class
CubicBezierSegment Members

 

 


Send Comment