1
0
Fork 0

chore(markdown): Fixed phrasing of part.getId()

This commit is contained in:
Joost De Cock 2022-02-02 11:16:43 +01:00
parent 1e542192e3
commit af53ff021c

View file

@ -2,9 +2,9 @@
title: Part.getId()
---
A part's `getId()` method will return an integer the can be used as an
ID Points/Paths/Snippets. This method will ensure the ID is unique be
keeping an internal record of the ID that have been used.
A part's `getId()` method will return an integer the can be used as an
for ID Points/Paths/Snippets. This method will ensure the ID is unique by
keeping an internal incremental counter of the IDs that have been used.
It is typically used when programatically adding points, paths, or snippets.
## Part.getId() signature