Search
ShapeTemplate.ShapeId Property
See Also
 



Gets a string that identifies the shape template, passed as an argument to the CompleteDefinition method.

 Syntax

VB6  Copy Code

Public Property Get ShapeId() As String

C++  Copy Code

public:
BSTR get_ShapeId ()

 Property Value

A string value.

 Remarks

That string can be used as index in the Shapes array of the FlowChart object.

 See Also