Solid Edge FrameworkSupport Type Library
GetRelated Method
The index of the related object to be returned.
The related graphic object returned by this method.
Returns the coordinates of the returned object.
Returns the coordinates of the returned object.
Returns the coordinates of the returned object.
Returns True if the dimension object was placed with respect to the graphic object. Returns False if the dimension object was placed with respect to a key point on the graphic object.
Description
Returns the related object at the specified index.
Syntax
Visual Basic
Public Sub GetRelated( _
   ByVal Index As Long, _
   ByRef GraphicObject As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
Index
The index of the related object to be returned.
GraphicObject
The related graphic object returned by this method.
x
Returns the coordinates of the returned object.
y
Returns the coordinates of the returned object.
z
Returns the coordinates of the returned object.
keyPoint
Returns True if the dimension object was placed with respect to the graphic object. Returns False if the dimension object was placed with respect to a key point on the graphic object.
See Also

Dimension Object  | Dimension Members