Assembly: Express;
The IEaxDrillSettingsValues interface is used to work with the collection of detailing substitutions values.
IEaxDrillSettingsValues
To get the collection of detailing substitution values, use the IEaxDrillSettings.Values property.
Property name | Brief description | |
Count | The Count property returns the number of values of detailing substitutions in the collection. | |
Keys | The Keys property returns the array of keys of values of detailing substitutions in the collection. | |
Values | The Values property returns the array of values of detailing substitutions in the collection. |
Method name | Brief description | |
Add | The Add method adds a value of detailing substitution to the collection. | |
Clear | The Clear method deletes all values of detailing substitutions from the collection. | |
GetAt | The GetAt method returns the value of detailing substitution in the collection by the specified key. | |
RemoveAt | The RemoveAt method removes the value of detailing substitution from the collection by the specified key. | |
SetAt | The SetAt method sets the value of detailing substitution for the collection element with the specified key. |
See also: