AttributeSourceType Enumeration
Defines the source types for attributes.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
| Member name | Description | |
|---|---|---|
| Function | The attribute value is obtained from a function. | |
| Attribute | The attribute value is another attribute. | |
| String | The attribute value is a string. | |
| Integer | The attribute value is an integer. | |
| Float | The attribute value is a floating-point number with single precision. | |
| Double | The attribute value is a floating-point number with double precision. | |
| Boolean | The attribute value is a boolean. |

