Solid Edge Draft Type Library
GetReferenceToGraphicMember Method
Specifies the graphic object.
Specifies the Reference object created.
Description
Generates a Reference object to user-drawn 2D graphics and creates a dimension to them by passing the Reference to the method that creates the dimension. Use this method with Microsoft Visual Basic version 6.
Syntax
Visual Basic
Public Sub GetReferenceToGraphicMember( _
   ByVal GraphicMember As Object, _
   ByRef Reference As Reference _
) 
Parameters
GraphicMember
Specifies the graphic object.
Reference
Specifies the Reference object created.
See Also

DrawingView Object  | DrawingView Members