|
|
|
|
|
- Reason
- Correction
- Examples
- Using the BaseColor member of the Drawing class
Error 1006: The member is not global: use: to access it
You are trying to access a member of the class with the syntax used to access a global member.
You are using the following syntax:
This syntax cannot be used to access a non-global member. Use the proper syntax to access a non-global member of the class: Using the BaseColor member of the Drawing class
Code triggering the error
Possible correction
Use the correct syntax.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|