Class CustomPropGroupProbingActionHelper
Inheritance
CustomPropGroupProbingActionHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomPropGroupProbingActionHelper
Methods
Adds a new custom property to this group and returns it.
Declaration
public static ComWrapper<ICamApiCustomProbingAction> AddProp(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom)
Parameters
Returns
Enumerates all custom probing actions in this group (index 0..PropCount-1).
Each wrapper is disposed automatically after the loop body — do NOT call Dispose() yourself.
Declaration
public static IEnumerable<ComWrapper<ICamApiCustomProbingAction>> EnumerateCustomProbingActions(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom)
Parameters
Returns
Declaration
public static string GetGroupCaption(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom)
Parameters
Returns
Returns the custom property at the given zero-based index.
Declaration
public static ComWrapper<ICamApiCustomProbingAction>? GetProp(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom, int index)
Parameters
Returns
Returns the number of custom properties in this group.
Declaration
public static int GetPropCount(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom)
Parameters
Returns
Declaration
public static void SetGroupCaption(this ComWrapper<ICamApiCustomPropGroupProbingAction> actionCom, string value)
Parameters