Gets a string that identifies an anchor pattern.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PatternId() As String |
C++
Copy Code
|
|---|
public: |
A string value.
RemarksOnce 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