Message 1 of 2
Can attributes be derived?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
If I add attributes to a planarsketch.SketchArc object, and derive this sketch can the attributes still be referenced ?
AttributeSets.Add Method
AttributeSets.Add Method
Parent Object: AttributeSets
Description
Method that creates a new for the object the AttributeSets collection was obtained from. The created AttributeSet object is returned.
Syntax
AttributeSets.Add( AttributeSetName As String, [CopyWithOwner] As Boolean ) As AttributeSet
Parameters
Name | Description |
AttributeSetName | Input String value that specifies the name of the attribute set. The name must be unique with respect to the other attribute sets attached to this object. If it is not unique, an error will occur. |
CopyWithOwner | Property that specifies whether the attribute set should be copied with its owner when the object it is associated with is copied or split. If True, the attribute set is copied. |
Version
Introduced in Inventor version 5
Please kudo if this post was helpfull
Please accept as solution if your problem was solved
Inventor 2014 SP2