Interface ICamApiBooleanCustomAttribute
Custom attribute instance with value of boolean type.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("27D680B3-081F-48AA-9288-47DFAC03D375")]
public interface ICamApiBooleanCustomAttribute : 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
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
Declaration
string Units { get; set; }
Property Value
Value
Declaration
Property Value
ValueType
Declaration
TCustomAttributeValueType ValueType { get; }
Property Value
Visible
Declaration
bool Visible { get; set; }
Property Value