Created
February 21, 2020 03:12
-
-
Save Ramko9999/e6238d6c819a1273edd6a72d00fde099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Before, we attempt to retrieve any vertices, we must first create a Vertex() object that we can pass in as a paramter. | |
| */ | |
| Vertex v1 = Vertex("VERTEX TYPE", "VERTEX ID", "VERTEX ATTRIBUTES (OPTIONAL)"); | |
| Vertex siteVertex = Vertex("site", "site91"); //example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment