Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using the function
Patterns.AddRectangular
the help file describes parentcomponents as plural. Does that mean I can include multiple parts here, or is it referring to plural only if you're patterning a pattern?
If I can add multiple parts in this single line of code, how do I do it?
Thanks
Dim rectPattern = Patterns.AddRectangular("RectPatternName", "ComponentA:1", 3, 1.5 in, Nothing, "X Axis", columnNaturalDirection := True, rowCount := 2, rowOffset := 1.0 in, rowEntityName := "Y Axis", rowNaturalDirection := True)

Solved! Go to Solution.