Responder Developer Guide
CurvePoints Method


Syntax
'Declaration
 
<IteratorStateMachineAttribute(Miner.Responder.Presentation.Wpf.UI.Control.CubicBezierSegment/d__17)>
Public Function CurvePoints( _
   ByVal resolution As Double _
) As IEnumerable(Of Point)
'Usage
 
Dim instance As CubicBezierSegment
Dim resolution As Double
Dim value As IEnumerable(Of Point)
 
value = instance.CurvePoints(resolution)
[IteratorStateMachine(Miner.Responder.Presentation.Wpf.UI.Control.CubicBezierSegment/d__17)]
public IEnumerable<Point> CurvePoints( 
   double resolution
)

Parameters

resolution
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