Solid Edge Draft Type Library
Add Method
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Name As String, _
   ByVal value As String, _
   ByVal Description As String, _
   ByVal XOrigin As Double, _
   ByVal YOrigin As Double, _
   ByVal OriginLoc As BlockLabelOriginLocationConstants, _
   ByVal VisibleInOccurrence As Boolean, _
   ByVal Global As Boolean, _
   ByVal Prompt As Boolean, _
   ByVal PositionLocked As Boolean, _
   ByVal dAngle As Double _
) As BlockLabel
Parameters
Name
value
Description
XOrigin
YOrigin
OriginLoc
ValueDescription
igBlockLabelBottomCenterBlock Label Position Bottom Center
igBlockLabelBottomLeftBlock Label Position Bottom Left
igBlockLabelBottomRightBlock Label Position Bottom Right
igBlockLabelMiddleCenterBlock Label Position Middle Center
igBlockLabelMiddleLeftBlock Label Position Middle Left
igBlockLabelMiddleRightBlock Label Position Middle Right
igBlockLabelTopCenterBlock Label Position Top Center
igBlockLabelTopLeftBlock Label Position Top Right
igBlockLabelTopRight
igBlockLabelUnderCenterBlock Label Position Under Center
igBlockLabelUnderLeftBlock Label Position Under Left
igBlockLabelUnderRightBlock Label Position Under Right
VisibleInOccurrence
Global
Prompt
PositionLocked
dAngle
See Also

BlockLabels Collection  | BlockLabels Members  | Solid Edge V19 - What's New