Property that represents the data type of the
field evaluation result.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public DataType DataType { get; }
Public ReadOnly Property DataType As DataType
Get
public:
property DataType DataType {
DataType get ();
}
member DataType : DataType with get
Property Value
DataType
See Also