IFCUserDefinedPropertyDataType Property |
The data type of the property.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string DataType { get; set; }Public Property DataType As String
Get
Set
public:
property String^ DataType {
String^ get ();
void set (String^ value);
}member DataType : string with get, set
Property Value
String
Exceptions
See Also