Share

EdgeSymbol Object


Description

EdgeSymbol Object.

Methods

Name Description
CopyTo Method that copies the edge symbol to specified sheet.
Delete Method that deletes the EdgeSymbol.
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.
Definition Read-write property that gets and sets the EdgeSymbolDefinition object associated with this edge symbol.
Parent Gets the parent object from whom this object can logically be reached.
Position Read-write property that gets and sets the position of the edge symbol on the sheet.
Type Gets the constant that indicates the type of this object.

Accessed From

EdgeSymbol.CopyTo, EdgeSymbolDefinition.Parent, EdgeSymbols.Add, EdgeSymbols.Item

Samples

Name Description
EdgeSymbol Creation Sample This sample is to demonstrate how to create a EdgeSymbol in drawing document.

Version

Introduced in version 2024

Was this information helpful?