Message 1 of 6
changing derived parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello
Can anyone tell me why this Code does nothing? I suggest, that the Parameter will not longer be derived.
Private Sub UnlinkDerivedPrameter()
Dim oDoc As PartDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oDPC As DerivedPartComponent
Set oDPC = oDoc.ComponentDefinition.Features.ReferenceFeatures.Item(1).ReferenceComponent
oDPC.Definition.Parameters.Item(1).IncludeEntity = False
End Sub
R. Krieg
RKW Solutions
www.rkw-solutions.com