ConvertToVFPicture Method

Converts a ConceptDraw shape to a ConceptDraw vector picture, preserving its location in the document.

Applies to: Page object, Shape object

Syntax

[[Set] shapeRet =] object.ConvertToVFPicture ( shapeID )

The ConvertToVFPicture method syntax has these parts:

Part Description
object

Required. An expression that returns a Shape object.

shapeID Required. An expression that returns a Long value. The ID of the shape to be converted.
shapeRet Optional. A Shape type variable. The ConceptDraw vector picture resulting after the conversion.

Remarks

If the shape with the specified shapeID is not found in the shape collection of object, the ConvertToVFPicture method doesn't perform conversion and returns Nothing. The method also returns Nothing when the shape with the specified ID can't be converted to a vector picture (for instance, if it's already a vector picture).

 

See Also

ConvertToGroup method