Add a Dependency between two Attributes within the Attribute Scope provided. Dependencies are used to force the update of the child attribute when the parent attribute is modified by the user.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def AddDependencyDispatchProperty(self, DispScope:"IDispatch", ParentAttributeName:str, ChildAttributeName:str) -> None: |
- DispScope
- The attribute container (scope) where the attribute will be added.
- ParentAttributeName
- Changing the 'ParentAttributeName' attribute must trigger the update of the 'ChildAttributeName' attribute.
- ChildAttributeName
- The 'ChildAttributeName' attribute is automatically updated when the 'ParentAttributeName' is modified.






