Share

DrawingWeldingSymbol Object


Description

DrawingWeldingSymbol Object.

Methods

Name Description
Delete Method that deletes the DrawingWeldingSymbol.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
Definitions Gets and sets the DrawingWeldingSymbolDefinitions object associated with this symbol.
Layer Gets and sets the layer associated with this object.
Leader Read-only property that returns the leader associated with the drawing welding symbol.
Parent Gets the parent object from whom this object can logically be reached.
Position Gets and sets the position of the symbol on the sheet.
Retrieved Read-only property that indicates whether the symbol was created as a result of retrieving it from the model. Retrieved DrawingWeldingSymbol can not be edited.
RetrievedFrom Read-only property that returns the object that this symbol was retrieved from.
Style Gets and sets the associated WeldSymbolStyle object.
Type Gets the constant that indicates the type of this object.

Accessed From

DrawingWeldingSymbolDefinition.Parent, DrawingWeldingSymbols.Add, DrawingWeldingSymbols.Item

Samples

Name Description
Drawing Welding Symbol Creation This sample is to demonstrate how to create a drawing welding symbol.

Version

Introduced in version 2024

Was this information helpful?