Solid Edge Draft Type Library
GetReferenceKey Method
Returns the full path name for the model file.
Returns the reference key for the specified object.
Returns the size of the reference key.
Description
Returns a reference key for the edge in the model.
Syntax
Visual Basic
Public Sub GetReferenceKey( _
   ByRef FullName As String, _
   ByRef ReferenceKey() As Byte, _
   ByRef KeySize As Long _
) 
Parameters
FullName
Returns the full path name for the model file.
ReferenceKey
Returns the reference key for the specified object.
KeySize
Returns the size of the reference key.
Remarks
This method returns a reference key for the referenced drawing view geometry object. The reference key can be used to locate the edge when the model file is opened, and can be used across sessions. Before using the GetReferenceKey method for a drawing view geometry object, get the EdgeType property for the object. (The only constant in the GraphicMemberEdgeTypeConstants constant set with which you can get a reference key is seModelEdgeType.) To get the edge object in the model file, use the BindKeyToObject method.
See Also

DVCircle2d Object  | DVCircle2d Members

Send comments on this topic.