Interface IST_CoordinateItem
  
  
  
  Assembly: STModelFormerTypes.dll
  
  
    [Guid("C228A7E2-DDEC-4C5A-A222-121D54C861F2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CoordinateItem : IST_ModelItem
   
  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
  
  
  
  
  
  Declaration
  
    TSTModelItemType ItemType { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
  Property Value
  
  Methods
  
  
  
  
  Declaration