Class TurnGeometryModelItemHelper
Inheritance
TurnGeometryModelItemHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class TurnGeometryModelItemHelper
Methods
Display-only caption derived from ProfileMode enum. Reading returns the current caption
("Ledge" by default, "Add Area"/"Sub Area" after SetProfileMode in Pascal).
Declaration
[Obsolete("ProfileModeName is a display-only caption derived from ProfileMode enum; setter has no persistent effect (overwritten by SetProfileMode and not saved through binary stream or XMLProp). Kept for ABI compat.")]
public static string ProfileModeName(this ComWrapper<ICamApiTurnGeometryModelItem> itemCom)
Parameters
Returns
No-op in practice: writes Pascal field fProfModeName directly, but the value is
overwritten on the next ProfileMode change and never persisted (no binary stream / XMLProp).
Declaration
[Obsolete("SetProfileModeName has no persistent effect — written value is overwritten by SetProfileMode and not saved. Kept for ABI compat.")]
public static void SetProfileModeName(this ComWrapper<ICamApiTurnGeometryModelItem> itemCom, string value)
Parameters
Declaration
public static void SetStock(this ComWrapper<ICamApiTurnGeometryModelItem> itemCom, double value)
Parameters
Declaration
public static double Stock(this ComWrapper<ICamApiTurnGeometryModelItem> itemCom)
Parameters
Returns