Interface ICamApiCustomAttributeWithValue
  Abstract custom attribute instance.
Assembly: CAMAPI.CustomAttributes.dll
  Syntax
  
    [Guid("A0BC7B94-A638-4A0E-B050-73C1D2D51F3D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCustomAttributeWithValue : ICamApiCustomAttribute
   
  Properties
  
  Description
  
  
  Declaration
  
    string Description { get; set; }
   
  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
  Define the possibility to change value of the attribute by user.
Declaration
  
    bool ReadOnly { get; set; }
   
  Property Value
  
  
  TypeCategoryID
  
  
  Declaration
  
    Guid TypeCategoryID { get; set; }
   
  Property Value
  
  
  TypeID
  
  
  Declaration
  
  Property Value
  
  
  Units
  Measurement units of the attribute.
Declaration
  
    string Units { get; set; }
   
  Property Value
  
  
  ValueType
  
  
  Declaration
  
    TCustomAttributeValueType ValueType { get; }
   
  Property Value
  
  
  Visible
  Visibility of the attribute for user.
Declaration
  
    bool Visible { get; set; }
   
  Property Value