Tagging.Get
Method | Get |
---|---|
Module | Tagging |
Library | Core |
Action | Indicate whether a named tag of the specified type is present and return its value if present. |
Parameters |
|
Return values | |
Example | // Get the value of the "WithScanner" freeform tag Tagging.Get(Name: "WithScanner", Scopable: false); |
Platforms |
|
Notes | It is not an error if the tag does not exist. |