Attribute Automation Builder Interface helps
construct an Attribute Scope
![]() |
Add an Attribute of type bool to the Attribute Scope. |
![]() |
Add an Attribute that provides a combobox of values from which the user can choose. |
![]() |
Add an Attribute that provides a combobox of values from which the user can choose. Similar to AddChoicesDispatchProperty but uses a callback to get the list of available values instead of a static array of strings. |
![]() |
Add an Attribute of type date (represented as a double in EpSec) to the Attribute Scope. |
![]() |
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. |
![]() |
Add an Attribute of type directory (string) to the Attribute Scope. |
![]() |
Add an Attribute of type double to the Attribute Scope. |
![]() |
Add an Attribute of type double with a min to the Attribute Scope. |
![]() |
Add an Attribute of type double with a min and max to the Attribute Scope. |
![]() |
Add an Attribute of type file (string) to the Attribute Scope. |
![]() |
Add a callback to retrieve the flags for the provided Attribute name from the provided property name. |
![]() |
Add an Attribute of type int to the Attribute Scope. |
![]() |
Add an Attribute of type int with a minimum to the Attribute Scope. |
![]() |
Add an Attribute of type int with a min and max to the Attribute Scope. |
![]() |
Add an Attribute that represents a list of values. |
![]() |
Add an Attribute of type long to the Attribute Scope. |
![]() |
Add an Attribute of type multi-line string to the Attribute Scope. |
![]() |
Add an Attribute of type quantity (double) to the Attribute Scope. Deprecated, use AddQuantityDispatchProperty2 instead. |
![]() |
Add an Attribute of type quantity to the Attribute Scope. |
![]() |
Add an Attribute of type quantity with a min to the Attribute Scope. |
![]() |
Add an Attribute of type quantity to the Attribute Scope. Deprecated, use AddQuantityMinMaxDispatchProperty2 instead. |
![]() |
Add an Attribute of type quantity to the Attribute Scope. |
![]() |
Add an Attribute of type relative file path (string) to the Attribute Scope. |
![]() |
Add an Attribute to the 'NewDispScope' Scope (to construct a hierarchy). |
![]() |
Add an Attribute to the current Attribute Scope (to construct a hierarchy). |
![]() |
Add an Attribute of type string to the Attribute Scope. Only allows single line strings. For multi-line strings use AddMultiLineStringDispatchProperty. |
![]() |
Add an Attribute of type variant to the Attribute Scope. |
![]() |
Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use) |
![]() |
Create a new Attribute Scope for use in Attribute Builder method calls |
![]() |
Get a String representation of the Attribute Scope, formatted using the specified FormatId. (internal use) |
![]() |
Serialize an Attribute scope for a plugin to a formatted XML String representation. (internal use) |
Name |
---|
AgAttrBuilder |