Interface ICamApiCoordinateItem
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("FBD3AFC4-D249-40E3-9081-D3C1875F2E4E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCoordinateItem : ICamApiModelItem
Properties
Declaration
TST5DPoint Axis { get; set; }
Property Value
Declaration
string Caption { get; set; }
Property Value
Declaration
double Coordinate { get; set; }
Property Value
Declaration
Property Value
Declaration
bool IsEmpty { get; set; }
Property Value
Declaration
bool IsRemovable { get; set; }
Property Value
Declaration
bool IsVisible { get; set; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Declaration
TModelItemType ItemType { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Methods
Declaration