Interface ICamApiPointModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("289EE4A7-966B-4A4C-997A-180F876D9B53")]
public interface ICamApiPointModelItem : ICamApiModelItem
Properties
Declaration
string Caption { 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
TST3DPoint Point { get; set; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Methods
Declaration