Interface ICamApiProbingModelItem
Probing job assignment item (cycle, movement, group, etc.) Provides access to the item's XML properties for reading and writing parameters.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("59AC1AA7-49D8-455E-AA33-55B8587EEC58")]
public interface ICamApiProbingModelItem
Properties
XMLProp
XML properties of this item. Contains all type-specific parameters (e.g. CycleCaption, tolerances, geometry settings). Changes written here are immediately reflected in the CAM model.
Declaration
IST_XMLPropPointer XMLProp { get; }
Property Value
| Type | Description |
|---|---|
| IST_XMLPropPointer |
XMLTypeName
XML type name of this item (e.g. "TSingleSurfProbingCycle", "TGroupProbingItem"). Useful for quick type identification without accessing XMLProp.
Declaration
string XMLTypeName { get; }
Property Value
| Type | Description |
|---|---|
| string |