Solid Edge FrameworkSupport Type Library
BoltHoleCircle Collection Members
Overview 
Public Methods
Public Method AddMemberThis method adds a member object to the bolt hole circle.
Public Method BringForwardChanges the display order of the referenced object by moving it in front of the first object that obscures it.
Public Method BringToFrontChanges the display order of the referenced object by moving it in front of all other overlapping objects.
Public Method Circle2dThis method returns the x and y coordinates of the center point of the referenced BoltHoleCircle object, as well as its radius.
Public Method CopyPlaces a copy of the referenced object on the clipboard.
Public Method CutMoves the referenced object to the system clipboard.
Public Method DeleteDeletes the referenced object.
Public Method GetConnectElements3ObjectsThis method returns the 3 objects that define a bolt hole circle defined by 3 points.
Public Method GetConnectElementsCenterRadiusThis method returns the center object and the radius object that define the referenced BoltHoleCircle object.
Public Method GetKeyPointReturns information about a specified key point.
Public Method GetTrimArcEndPointsReturns the start and end points of arc which is trimmed out of BHC.
Public Method ItemThe items in a collection.
Public Method RangeReturns the high and low range values for the referenced object.
Public Method RemoveMemberThis method removes a specified member from the referenced object.
Public Method SelectSelects the referenced object in the active window.
Public Method SendBackwardChanges the display order of visible objects by moving the referenced object so that it is in back of the first object behind it.
Public Method SendToBackChanges the display order of visible objects by moving the referenced object behind all overlapping objects.
Public Method SetTrimArcEndPointsSets the start and end points of arc which will be trimmed out of BHC. If both the points are same then BHC will be untrimmed to make it a full circle.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property CountReturns the number of objects in the referenced collection.
Public Property DocumentReturns the document to which the referenced object belongs.
Public Property IndexReturns the numeric index for the active object.
Public Property IsAcceptableConnectElementOrMemberThis read-only Boolean property returns True if the object specified is on the same sheet as the referenced BoltHoleCircle object.
Public Property IsDefinedBy2PointsSpecifies whether BHC is defined by two points
Public Property IsDefinedBy3PointsThis read-only Boolean property returns True if the referenced BoltHoleCircle object is defined by 3 points.
Public Property IsMemberThis read-only Boolean property returns True if the object specified is a member of the referenced BoltHoleCircle object.
Public Property KeyReturns a key (a string) to find the object relative to its owning parents.
Public Property KeyPointCountReturns the number of keypoints/handles that are supported by the referenced object.
Public Property LayerSets and returns the named layer on which the referenced object resides.
Public Property NameReturns the name of the referenced object.
Public Property ParentReturns the parent object for the referenced object.
Public Property StyleFor collection objects, Body objects, RefPlane objects, Sketch objects, CoordinateSystem objects, CommandBarButton objects, SmartFrame2d objects, View objects, and TextCharStyle objects, Style is read-write. For all other objects, Style is read-only.
Public Property TextScaleSets and returns the text scale of the object.
Public Property TypeSpecifies the type of the object being referenced.
Public Property ZOrderSpecifies the front-to-back order in which an object is displayed relative to other objects.
See Also

BoltHoleCircle Collection