Field.KeyType Property

The type of the keys stored in the field.


Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public Type KeyType { get; }

Property Value

Type

Remarks

For key-value maps, this is the key type. For all other field, this is NULL.

See Also

Reference

Field Class
Autodesk.Revit.DB.ExtensibleStorage Namespace