Interface ICamIpcCustomPropGroupProbingAction
Custom property group action. XML type: TProbingCycleCustomPropGroup.
Container that holds multiple ICamIpcCustomProbingAction items.
Assembly: CAMIPC.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("66F489B0-8D52-4A66-9680-892B53155803")]
public interface ICamIpcCustomPropGroupProbingAction
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 to this group and returns its interface.
Declaration
ICamIpcCustomProbingAction AddProp()
Returns
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Declaration
ICamIpcCustomProbingAction GetProp(int ItemIndex)
Parameters
| Type |
Name |
Description |
| int |
ItemIndex |
|
Returns