| Revit 2023 API |
| Field..::..ValueType Property |
| Field Class See Also |
The type of the values stored in the field.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public Type ValueType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ValueType As Type Get |
| Visual C++ |
|---|
public: property Type^ ValueType { Type^ get (); } |
Remarks
For key-value maps, this is the value type.