DataType Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The data type.
Syntax
public enum DataType : System.Enum Public Enum DataType
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Bool | Boolean information. |
| DateTime | Date and time information. |
| Image | Binary information. |
| Numeric | Numeric information. Applies to both integer and floating point numbers. |
| String | Text information. |
Returned By
Where you get a DataType — members that return one.
- AssocPropDef.Typ
- AssocPropItem.ValTyp
- CtntSrcPropDef.Typ
- ItemAssocProp.ValTyp
- PropDef.Typ
- PropEquivFail.ValTyp
- PropInst.ValTyp
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.DataType