ReferenceKeyManager.SaveContextToArray Method
Parent Object: ReferenceKeyManagerDescription
Method to save a key context out as an array of data.
Syntax
ReferenceKeyManager.SaveContextToArray( KeyContext As Long, Result() As Byte )Parameters
| Name | Type | Description |
| KeyContext | Long | Input Long that specifies the key context. The key context must be supplied when working with any B-Rep entities ( , FaceShell, Face and so on). |
| Result | Byte | Output Byte array that returns the context data. |
