CommandManager.PeekPrivateEvent Method
Parent Object: CommandManagerDescription
Method that queries data contained by Autodesk Inventor's internal clipboard.
Syntax
CommandManager.PeekPrivateEvent( DataType As PrivateEventTypeEnum, Data As Variant )Parameters
| Name | Type | Description |
| DataType | PrivateEventTypeEnum | Indicates the type of value contained by the clipboard. |
| Data | Variant | The actual data contained by the clipboard. |
