Search
AnchorPattern.PatternId Property
See Also
 



Gets a string that identifies an anchor pattern.

 Syntax

VB6  Copy Code

Public Property Get PatternId() As String
Public Property Let PatternId( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_PatternId ()
void put_PatternId (
    BSTR value
)

 Property Value

A string value.

 Remarks

Once an identifier is assigned to an anchor pattern, the pattern is added to the FlowChart's AnchorPatterns array. Patterns in that array can be accessed by their id.

 See Also