Add a callback to retrieve the flags for the provided Attribute name from the provided property name. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def AddFlagsDispatchProperty(self, DispScope:"IDispatch", Name:str, FlagPropName:str) -> None: |
- DispScope
- The attribute container (scope) where the attribute will be added.
- Name
- Name of the attribute to add.
- FlagPropName
- Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.






