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. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
IsDefault |
Gets if the border definition is default or not. |
IsReferenced |
Property that specifies if the border definition is being referenced or not. A border definition is referenced whenever it is used on a sheet. A referenced border definition cannot be deleted. |
Name |
|
Parent |
Property returning the parent . |
Sketch |
Property that returns the sketch associated with the border definition. The DrawingSketch returned by the Sketch property supports all query functionality but cannot be edited. To edit the contents of a border definition, use the Edit method. This creates a copy of the border definition's sketch for edit. The ExitEdit method of the BorderDefinition can then be used to save the edited sketch as the border definition's sketch. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |