Changes in 2025 vs 2024 2 changed
Flip API Versions →Changed members
LinePatternElement.GetLinePattern(Document, ElementId)
| document | Document | The document in which to retrieve the LinePattern. |
| elementId | ElementId | The ElementId of the LinePatternElement or the built-in line pattern id. |
| → returns | LinePattern→nullNothingnullptr | A copy of LinePattern object. null Nothing nullptr a null reference ( Nothing in Visual Basic) if the ElementId doesn't represent a line pattern element or built-in line pattern. null Nothing nullptr a null reference ( Nothing in Visual Basic) for Solid. |
LinePatternElement.GetLinePatternElementByName(Document, String)
| document | Document | The document in which to retrieve the LinePatternElement. |
| name | String | The name of the LinePatternElement. |
| → returns | LinePatternElement | The LinePatternElement. |