Description
Import graphic object properties from another McGraphObj.
-
Return Type
-
None
-
Syntax
-
object.ImportProperties Object
The ImportProperties Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObj. | | Object | Required. A McGraphObj object. The object to import properties from.
| Remarks
Only visual properties like color or style are copied, not the size or position of Object.
Object class does not need to match the class of this object, if they don't, only common properties will be imported.
|