Shapes.AddPolyline Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function AddPolyline ( _
SafeArrayOfPoints As Object _
) As Shape
'Usage
Dim instance As Shapes
Dim SafeArrayOfPoints As Object
Dim returnValue As Shape
returnValue = instance.AddPolyline(SafeArrayOfPoints)
Shape AddPolyline(
Object SafeArrayOfPoints
)
Parameters
- SafeArrayOfPoints
Type: System.Object
Return Value
Type: Microsoft.Office.Core.Shape