 
            | Solid Edge Draft Type Library > BlockLabels Collection : Add Method | 
| 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 | 
| Value | Description | 
|---|---|
| igBlockLabelBottomCenter | Block Label Position Bottom Center | 
| igBlockLabelBottomLeft | Block Label Position Bottom Left | 
| igBlockLabelBottomRight | Block Label Position Bottom Right | 
| igBlockLabelMiddleCenter | Block Label Position Middle Center | 
| igBlockLabelMiddleLeft | Block Label Position Middle Left | 
| igBlockLabelMiddleRight | Block Label Position Middle Right | 
| igBlockLabelTopCenter | Block Label Position Top Center | 
| igBlockLabelTopLeft | Block Label Position Top Right | 
| igBlockLabelTopRight | |
| igBlockLabelUnderCenter | Block Label Position Under Center | 
| igBlockLabelUnderLeft | Block Label Position Under Left | 
| igBlockLabelUnderRight | Block Label Position Under Right |