Defines the positions of a polyline using the positions of the specified surfaceShapesResult.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetWithSurfaceShapesResult(self, SurfaceShapesResult:"IAgStkGraphicsSurfaceShapesResult") -> None: |
- SurfaceShapesResult
- The surface shapes result used to define the polyline.
This is equivalent to to calling Set with surfaceShapesResult.Positions. See Set for a full discussion.






