Interface ICamApiCustomAttributeWithValue
Abstract custom attribute instance.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A0BC7B94-A638-4A0E-B050-73C1D2D51F3D")]
public interface ICamApiCustomAttributeWithValue : ICamApiCustomAttribute
Properties
Description
Declaration
string Description { get; set; }
Property Value
InstanceID
Declaration
Property Value
Type |
Description |
System.Guid |
|
Name
Declaration
string Name { get; set; }
Property Value
ParentInstanceID
Declaration
Guid ParentInstanceID { get; }
Property Value
Type |
Description |
System.Guid |
|
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
Type |
Description |
System.Guid |
|
TypeID
Declaration
Property Value
Type |
Description |
System.Guid |
|
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