Solid Edge Framework Type Library
GetOrigin Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Returns the x coordinate of the hatch line's point of origin.
Returns the y coordinate of the hatch line's point of origin.
Description
Returns the origin for the referenced object.
Syntax
Visual Basic
Public Sub GetOrigin( _
   ByVal nDisplayIndex As Long, _
   ByRef lpdX As Double, _
   ByRef lpdY As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
lpdX
Returns the x coordinate of the hatch line's point of origin.
lpdY
Returns the y coordinate of the hatch line's point of origin.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members

Send comments on this topic.