Description
Defines the positions of a polyline using the
boundary positions of the specified
surfaceTriangulatorResult.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SetWithSurfaceTriangulatorResult( _
ByVal SurfaceTriangulatorResult As IAgStkGraphicsSurfaceTriangulatorResult _
)
|
Parameters
- SurfaceTriangulatorResult
- The surface triangulator result used to define the polyline.
Remarks
This is equivalent to to calling Set with
surfaceTriangulatorResult.BoundaryPositions. See Set for a full
discussion.