Interface ISTOMFloatProperty
  
  
  
  Assembly: STOMTypes.dll
  Syntax
  
    [Guid("CAFF93C8-D39B-4C8B-98E1-7D5402D4C502")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISTOMFloatProperty : ISTOMProperty
   
  Properties
  
  Enabled
  
  
  Declaration
  
  Property Value
  
  
  Name
  
  
  Declaration
  
  Property Value
  
  
  Parent
  
  
  Declaration
  
    ISTOMProperty Parent { get; }
   
  Property Value
  
  
  Typ
  
  
  Declaration
  
    ISTOMTypeDescriptor Typ { get; }
   
  Property Value
  
  
  Value
  
  
  Declaration
  
    double Value { get; set; }
   
  Property Value
  
  
  ValueAsString
  
  
  Declaration
  
    string ValueAsString { get; set; }
   
  Property Value