Description
Import some properties from another object.
-
Return Type
-
None
-
Syntax
-
object.OnImportProperties Object
The OnImportProperties Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | Object | Required. A McGraphObj object. The property source object.
| Remarks
McGraphObj common properties (color, style...) are always copied, the implementation gets a chance here to copy additional properties.
|