Interface IST_LineModelItem
  
  
  
  Assembly: STModelFormerTypes.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("2E08FAA4-1844-49D5-AFC4-DB93A95AE345")]
public interface IST_LineModelItem : IST_ModelItem
   
  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
  
  
  
  
  
  Declaration
  
    TSTModelItemType ItemType { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TST3DPoint P1 { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    TST3DPoint P2 { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
  Property Value
  
  Methods
  
  
  
  
  Declaration