Solid Edge FrameworkSupport Type Library
GetTerminatorAtIndex Method
Specifies the index of the terminator for which you want information. The index begins at zero.
Member of the DimTermTypeConstants constant set that specifies the terminator type.
Specifies whether the terminator is filled.
Coordinates of the origin point of the terminator.
Coordinates of the origin point of the terminator.
Coordinates of the origin point of the terminator.
Coordinates of the first point of the terminator.
Coordinates of the first point of the terminator.
Coordinates of the first point of the terminator.
Coordinates of the second point of the terminator.
Coordinates of the second point of the terminator.
Coordinates of the second point of the terminator.
Specifies the radius of the terminator.
Description
This method returns information for the specified terminator.
Syntax
Visual Basic
Public Sub GetTerminatorAtIndex( _
   ByVal Index As Long, _
   ByRef TermType As DimTermTypeConstants, _
   ByRef IsFilled As Boolean, _
   ByRef OriginX As Double, _
   ByRef OriginY As Double, _
   ByRef OriginZ As Double, _
   ByRef Point1X As Double, _
   ByRef Point1Y As Double, _
   ByRef Point1Z As Double, _
   ByRef Point2X As Double, _
   ByRef Point2Y As Double, _
   ByRef Point2Z As Double, _
   ByRef Radius As Double _
) 
Parameters
Index
Specifies the index of the terminator for which you want information. The index begins at zero.
TermType
ValueDescription
igDimStyleTermAnchorTerminators Anchor
igDimStyleTermAnchorHollowTerminators Anchor Hollow
igDimStyleTermBackSlashTerminators Back Slash
igDimStyleTermBlankTerminators Blank
igDimStyleTermCircleTerminators Circle
igDimStyleTermDotTerminators Dot
igDimStyleTermDoubleArrowFilledTerminators Double Arrow Filled
igDimStyleTermDoubleArrowHollowTerminators Double Arrow Hollow
igDimStyleTermDoubleArrowOpenTerminators Double Arrow Open
igDimStyleTermFilledTerminators Filled
igDimStyleTermHollowTerminators Hollow
igDimStyleTermLineTerminators Line
igDimStyleTermOpenTerminators Open
igDimStyleTermSlashTerminators Slash
igDimStyleTermToolPointTerminators Tool Point
igDimStyleTermUserDefinedTerminators User Defined
Member of the DimTermTypeConstants constant set that specifies the terminator type.
IsFilled
Specifies whether the terminator is filled.
OriginX
Coordinates of the origin point of the terminator.
OriginY
Coordinates of the origin point of the terminator.
OriginZ
Coordinates of the origin point of the terminator.
Point1X
Coordinates of the first point of the terminator.
Point1Y
Coordinates of the first point of the terminator.
Point1Z
Coordinates of the first point of the terminator.
Point2X
Coordinates of the second point of the terminator.
Point2Y
Coordinates of the second point of the terminator.
Point2Z
Coordinates of the second point of the terminator.
Radius
Specifies the radius of the terminator.
See Also

DisplayData Object  | DisplayData Members