Attribute Automation Builder Interface helps
construct an Attribute Scope
AddBoolDispatchProperty |
Add an Attribute of type bool to the Attribute Scope. |
AddChoicesDispatchProperty |
Add an Attribute that provides a combobox of values from which the user can choose. |
AddChoicesFuncDispatchProperty |
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. |
AddDateDispatchProperty |
Add an Attribute of type date (represented as a double in EpSec) to the Attribute Scope. |
AddDependencyDispatchProperty |
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. |
AddDirectoryDispatchProperty |
Add an Attribute of type directory (string) to the Attribute Scope. |
AddDoubleDispatchProperty |
Add an Attribute of type double to the Attribute Scope. |
AddDoubleMinDispatchProperty |
Add an Attribute of type double with a min to the Attribute Scope. |
AddDoubleMinMaxDispatchProperty |
Add an Attribute of type double with a min and max to the Attribute Scope. |
AddFileDispatchProperty |
Add an Attribute of type file (string) to the Attribute Scope. |
AddFlagsDispatchProperty |
Add a callback to retrieve the flags for the provided Attribute name from the provided property name. |
AddIntDispatchProperty |
Add an Attribute of type int to the Attribute Scope. |
AddIntMinDispatchProperty |
Add an Attribute of type int with a minimum to the Attribute Scope. |
AddIntMinMaxDispatchProperty |
Add an Attribute of type int with a min and max to the Attribute Scope. |
AddListDispatchProperty |
Add an Attribute that represents a list of values. |
AddLongDispatchProperty |
Add an Attribute of type long to the Attribute Scope. |
AddMultiLineStringDispatchProperty |
Add an Attribute of type multi-line string to the Attribute Scope. |
AddQuantityDispatchProperty |
Add an Attribute of type quantity (double) to the Attribute Scope. Deprecated, use AddQuantityDispatchProperty2 instead. |
AddQuantityDispatchProperty2 |
Add an Attribute of type quantity to the Attribute Scope. |
AddQuantityMinDispatchProperty2 |
Add an Attribute of type quantity with a min to the Attribute Scope. |
AddQuantityMinMaxDispatchProperty |
Add an Attribute of type quantity to the Attribute Scope. Deprecated, use AddQuantityMinMaxDispatchProperty2 instead. |
AddQuantityMinMaxDispatchProperty2 |
Add an Attribute of type quantity to the Attribute Scope. |
AddRelFileDispatchProperty |
Add an Attribute of type relative file path (string) to the Attribute Scope. |
AddScopeDispatchProperty |
Add an Attribute to the 'NewDispScope' Scope (to construct a hierarchy). |
AddScopeDispatchProperty2 |
Add an Attribute to the current Attribute Scope (to construct a hierarchy). |
AddStringDispatchProperty |
Add an Attribute of type string to the Attribute Scope. Only allows single line strings. For multi-line strings use AddMultiLineStringDispatchProperty. |
AddVARIANTDispatchProperty |
Add an Attribute of type variant to the Attribute Scope. |
MergeFromString |
Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use) |
NewScope |
Create a new Attribute Scope for use in Attribute Builder method calls |
ToFormattedString |
Get a String representation of the Attribute Scope, formatted using the specified FormatId. (internal use) |
ToString |
Serialize an Attribute scope for a plugin to a formatted XML String representation. (internal use) |
| Name |
|---|
| AgAttrBuilder |