Solid Edge FrameworkSupport Type Library
AnnotAlignmentShape Object Members
Overview 
Public Methods
Public Method BringForwardThis method brings the AnnotAlignmentShape object one more level closer to the top of the display order in the drawing view.
Public Method BringToFrontThis method sends the Connector object to the front of the display order in the drawing view.
Public Method CopyThis method copies the AnnotAlignmentShape object onto the Windows Clipboard.
Public Method CutThis method copies the AnnotAlignmentShape onto the Windows Clipboard, and deletes it from the drawing view.
Public Method DeleteThis method deletes the AnnotAlignmentShape object from the drawing view.
Public Method GetGeometryThis function returns geometry of alignment shape in form of x-y coordinates of points.
Public Method InsertVertexThis function inserts new vertex at a location on alignment shape nearest from point formed by above x-y coordinates.
Public Method ModifyVertexThis function assigns dNexX and dNexY value to x and y coordinates of vertex at index “nIndex”.
Public Method RangeThis method returns the coordinates of the rectangular range box bounding the AnnotAlignmentShape.
Public Method RemoveVertexThis function removes vertex at particular index. Indices are 0 based.
Public Method SelectThis method adds the AnnotAlignmentShape object to the drawing view select set, as if the interactive user had selected it with the mouse.
Public Method SendBackwardThis method brings the AnnotAlignmentShape object one more level closer to the back of the display order in the drawing view.
Public Method SendToBackThis method sends the AnnotAlignmentShape object to the back of the display order in the drawing view.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property ClosedAlignmentShapeThis function returns true if alignment shape is closed.
Public Property DocumentReturns the document to which the referenced object belongs.
Public Property DrawingViewThis property will get and set drawing view to which alignment shape is connected.
Public Property FirstBalloonThis property will get and set balloon from which numbering for part list balloons will start.
Public Property IndexReturns the numeric index for the active object.
Public Property ItemNumberDirectionThis property will get and set direction of item numbers for part list balloons connected to alignment shape.
Public Property KeyReturns a key (a string) to find the object relative to its owning parents.
Public Property MinimumSpacingThis property will set and get minimum spacing option on alignment shape.
Public Property MinimumSpacingValueThis property will set and get value of minimum spacing for alignment shape.
Public Property NameReturns the name of the referenced object.
Public Property ParentReturns the parent object for the referenced object.
Public Property TypeSpecifies the type of the object being referenced.
Public Property UniformSpacingThis property will set and get uniform spacing on alignment shape.
Public Property VertexCountThis function returns number of points of alignment shape geometry.
Public Property ZOrderSpecifies the front-to-back order in which an object is displayed relative to other objects.
See Also

AnnotAlignmentShape Object