OnFaceCurveProxy.GetReferenceKey Method
Parent Object: OnFaceCurveProxyDescription
Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.
Syntax
OnFaceCurveProxy.GetReferenceKey( ReferenceKey() As Byte, [KeyContext] As Long )Parameters
Name | Type | Description |
ReferenceKey | Byte | Input/output array of Bytes that contains the reference key. |
KeyContext | Long | Input Long that specifies the key context. The key context must be supplied when working with any B-Rep entities (and SurfaceBody, FaceShell, Face, Edge, EdgeUse and Vertex objects). A key context is created using the CreateKeyContext method of the ReferenceKeyManager object. For all other object types, the key context argument is not used and is ignored if provided. This is an optional argument whose default value is 0. |