Interface ICamApiCustomPropGroupProbingAction
Custom property group action. XML type: TProbingCycleCustomPropGroup.
Container that holds multiple ICamApiCustomProbingAction items.
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B2C3D4E5-F6A7-8901-B2C3-D4E5F6A78901")]
public interface ICamApiCustomPropGroupProbingAction
Properties
Display caption of this group (GroupCaption XML field).
Declaration
string GroupCaption { get; set; }
Property Value
Number of custom properties in the group.
Declaration
Property Value
Methods
Adds a new custom property (TProbingCycleCustomProp) to this group.
Returns the typed interface for the new property.
Declaration
ICamApiCustomProbingAction AddProp()
Returns
Declaration
ICamApiCustomProbingAction GetProp(int ItemIndex)
Parameters
| Type |
Name |
Description |
| int |
ItemIndex |
|
Returns