Click or drag to resize

McGraphObjArrowClassImportProperties Method

Import graphic object properties from another McGraphObj.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Overridable Sub ImportProperties ( 
	Object As McGraphObj
)

Parameters

Object
Type: MediaCy.IQL.Display.OverlaysMcGraphObj
The object to import properties from.

Implements

IMcGraphObjArrowImportProperties(McGraphObj)
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.
See Also