Share

Centermark Object


Description

The Centermark object represents a center mark on a sheet.

Methods

Name Description
Delete Method that deletes the Centermark.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Attached Property that returns whether the centermark is sick. Returns False if the centermark is sick.
AttachedEntity Property that returns the entity the center mark is associated with.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Centerlines Property that returns the a collection of associated Centerline objects.
CentermarkType Property that gets the centermark type.
ExtensionLinesVisible Read-write property that gets and sets whether the extension lines associated with this center mark are visible or not.
ExtensionPointFour Read-write property that gets and sets the position of the center mark extension point. This property can return Nothing in the case where the extension lines have been turned off or the end of the extension line is clipped of as the result of a broken view.
ExtensionPointFourDirection Property that returns the direction of the extension point. This can be used to understand the direction the fourth extension point can be moved.
ExtensionPointOne Read-write property that gets and sets the position of the center mark extension point. This property can return Nothing in the case where the extension lines have been turned off or the end of the extension line is clipped of as the result of a broken view.
ExtensionPointOneDirection Property that returns the direction of the extension point. This can be used to understand the direction the first extension point can be moved.
ExtensionPointThree Read-write property that gets and sets the position of the center mark extension point. This property can return Nothing in the case where the extension lines have been turned off or the end of the extension line is clipped of as the result of a broken view.
ExtensionPointThreeDirection Property that returns the direction of the extension point. This can be used to understand the direction the third extension point can be moved.
ExtensionPointTwo Read-write property that gets and sets the position of the center mark extension point. This property can return Nothing in the case where the extension lines have been turned off or the end of the extension line is clipped of as the result of a broken view.
ExtensionPointTwoDirection Property that returns the direction of the extension point. This can be used to understand the direction the second extension point can be moved.
Layer Gets and sets the layer associated with this object.
Parent Property that returns the parent Sheet object.
Position Property that returns the position of the center of the center mark on the sheet.
Style Gets and sets the style associated with this center mark.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Read-write property that gets and sets whether the center mark is visible.

Accessed From

Centermarks.Add, Centermarks.AddByCenterOfGravity, Centermarks.AddByWorkFeature, Centermarks.Item

Version

Introduced in version 2008

Was this information helpful?