FreeformBuilder.ConvertToShape Method
Creates a shape that has the geometric characteristics of the specified FreeformBuilder object. Returns a Shape object that represents the new shape.
Syntax
expression.ConvertToShape
expression A variable that represents a FreeformBuilder object.
Return Value
Shape
Remarks
You must apply the AddNodes method to a FreeformBuilder object at least once before you use the ConvertToShape method.
Example
This example adds a freeform with five vertices to myDocument.
| Visual Basic for Applications |
|---|
|