Interface ICamApiFloatCustomAttribute
  Custom attribute instance with value of Float type.
Assembly: CAMAPI.CustomAttributes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E41D192D-8F10-4370-9ED1-8E4F2E64F144")]
public interface ICamApiFloatCustomAttribute : ICamApiCustomAttributeWithValue, ICamApiCustomAttribute
   
  Properties
  
  Bounds
  The limits for attribute value if the attribute has Range restriction.
Declaration
  
    ICamApiCustomAttributeFloatBounds Bounds { get; }
   
  Property Value
  
  
  Description
  
  
  Declaration
  
    string Description { get; set; }
   
  Property Value
  
  
  EnumValues
  The list of available values if the attribute has Enum restriction.
Declaration
  
    ICamApiAttributeFloatEnumValues EnumValues { get; }
   
  Property Value
  
  
  InstanceID
  
  
  Declaration
  
  Property Value
  
  
  IsUntyped
  
  
  Declaration
  
  Property Value
  
  
  Name
  
  
  Declaration
  
    string Name { get; set; }
   
  Property Value
  
  
  ParentInstanceID
  
  
  Declaration
  
    Guid ParentInstanceID { get; }
   
  Property Value
  
  
  ReadOnly
  
  
  Declaration
  
    bool ReadOnly { get; set; }
   
  Property Value
  
  
  Restrictions
  Restrictions for value of the attribute.
Declaration
  
    TAttributeValueRestriction Restrictions { get; set; }
   
  Property Value
  
  
  TypeCategoryID
  
  
  Declaration
  
    Guid TypeCategoryID { get; set; }
   
  Property Value
  
  
  TypeID
  
  
  Declaration
  
  Property Value
  
  
  Units
  
  
  Declaration
  
    string Units { get; set; }
   
  Property Value
  
  
  Value
  
  
  Declaration
  
    double Value { get; set; }
   
  Property Value
  
  
  ValueType
  
  
  Declaration
  
    TCustomAttributeValueType ValueType { get; }
   
  Property Value
  
  
  Visible
  
  
  Declaration
  
    bool Visible { get; set; }
   
  Property Value