Defines the positions of a polyline using the
positions of the specified surfaceShapesResult.
| [Visual Basic .NET] |
|---|
Public Sub SetWithSurfaceShapesResult( _
ByVal SurfaceShapesResult As IAgStkGraphicsSurfaceShapesResult _
)
|
| [C#] |
|---|
public void SetWithSurfaceShapesResult(
|
| [Managed C++] |
|---|
public: void SetWithSurfaceShapesResult(
|
| [Java] |
|---|
public setWithSurfaceShapesResult(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetWithSurfaceShapesResult(
|
- 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.