Revit 2025.3 API
FieldKey |
The type of the keys stored in the field.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Type KeyType { get; }
Public ReadOnly Property KeyType As Type Get
public: property Type^ KeyType { Type^ get (); }
member KeyType : Type with get
Property Value
Type
For key-value maps, this is the key type. For all other field, this is NULL.
See Also