STK Graphics PrimitivesSend comments on this topic.
SetWithSurfaceShapesResult Method (IAgStkGraphicsPolylinePrimitive)
See Also
SurfaceShapesResult
The surface shapes result used to define the polyline.
Windows





Windows & Linux

Description

Defines the positions of a polyline using the positions of the specified surfaceShapesResult.

Syntax

[Visual Basic .NET]
Public Sub SetWithSurfaceShapesResult( _
    ByVal SurfaceShapesResult As IAgStkGraphicsSurfaceShapesResult _
)
[C#]
public void SetWithSurfaceShapesResult(
    IAgStkGraphicsSurfaceShapesResult SurfaceShapesResult
);
[Managed C++]
public: void SetWithSurfaceShapesResult(
    IAgStkGraphicsSurfaceShapesResult ^ SurfaceShapesResult
);
[Unmanaged C++]
public: HRESULT SetWithSurfaceShapesResult(
    IAgStkGraphicsSurfaceShapesResult * SurfaceShapesResult
);
[Java]
public void setWithSurfaceShapesResult(
    IAgStkGraphicsSurfaceShapesResult SurfaceShapesResult
);
[Python - STK API ]
def SetWithSurfaceShapesResult(self, SurfaceShapesResult:"IAgStkGraphicsSurfaceShapesResult") -> None:

Parameters

SurfaceShapesResult
The surface shapes result used to define the polyline.

Remarks

This is equivalent to to calling Set with surfaceShapesResult.Positions. See Set for a full discussion.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.