Share

DrawingStandardStyle Object

Derived from: Style Object

Description

The DrawingStandardStyle object represents a drawing standard.

Methods

Name Description
ConvertToLocal Method that creates a local cached copy of a global style and returns the local style.
Copy Method that creates a new local Style object. The newly created style is returned.
Delete Method that deletes the Style/Layer/UnfoldMethod.
GetReferenceKey Method that generates and returns the reference key for this entity.
GetViewLabelDefaults Method that returns the drawing view label defaults for the specified view type.
SaveToGlobal Method that saves this style to the global repository. If a style with the same name is found in the repository, that style is updated.
SetViewLabelDefaults Method that sets the drawing view label defaults for the specified view type.
UpdateFromGlobal Method that updates this style from the global repository.

Properties

Name Description
ActiveObjectDefaults Returns the active ObjectDefaultsStyle object.
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.
ApplyExcludeCharactersToBendTables Gets and sets whether to exclude characters specified in the ExcludeCharacters property from bend tables and its associated tags.
ApplyExcludeCharactersToHoleTables Gets and sets whether to exclude characters specified in the ExcludeCharacters property from hole tables and its associated tags.
ApplyExcludeCharactersToRevisionTables Gets and sets whether to exclude characters specified in the ExcludeCharacters property from revision tables and its associated tags.
ApplyExcludeCharactersToViewNames Gets and sets whether to exclude characters specified in the ExcludeCharacters property from view names.
Comments Gets and sets comments associated with the style.
DecimalMarkerType Gets and sets the character to use as a decimal marker.
ExcludeCharacters Gets and sets comma separated list of characters to be excluded from automatic alphabetical indexing.
FirstAngleProjection Gets and sets whether the projection type is first angle or third angle projection.
FrontViewPlane Gets and sets the viewing plane to use as front view when creating a drawing view.
GlobalLineScale Gets and sets the line scale for all line styles in the drawing.
InternalName Property that returns the internal name of the style. The name is the internal English name of the standard style. This name will remain constant and is not affected by locale. This name is never displayed to the user. Note that this name is not guaranteed to be unique.
InternationalStandardReference Property that returns the International Standard on which this standard style is based.
InUse Property that indicates if this style is in use.
LinearUnits Gets and sets the units of length measure.
Name Gets/Sets the name of the Style.
Parent Property returning the parent of this object.
PartialCircularThreadEdge Gets and sets thread edge display type for top views.
PartialSectionThreadEnd Gets and sets thread edge display type for sectional views.
PresetLineWeights Gets and sets an array of Doubles that specify the set of default values for line weights.
PresetScales Gets and sets an array of Strings that specify the set of default values for drawing view scales.
PresetSectionHatchAngles Gets and sets an array of Doubles that specify the set of default values for section view hatch angles.
PresetTextHeights Gets and sets an array of Doubles that specify the set of default values for text heights.
StyleLocation Property that returns the location of this style, i.e. local to the document, cached locally in the document, exists in the library. Styles that exist in the library cannot be edited.
StyleType Gets the type of the style.
Type Returns an ObjectTypeEnum indicating this object's type.
UpToDate Property that gets the up-to-date status of the style against the global repository.

Accessed From

DrawingStandardStylesEnumerator.Item, DrawingStylesManager.ActiveStandardStyle

Version

Introduced in version 9

Was this information helpful?