Revit 2026 API
Custom |
Gets an instance of ICustomFieldProperties which represents the properties of this field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICustomFieldProperties GetCustomFieldProperties()
Public Function GetCustomFieldProperties As ICustomFieldProperties
public: ICustomFieldProperties^ GetCustomFieldProperties()
member GetCustomFieldProperties : unit -> ICustomFieldProperties
Return Value
ICustomFieldPropertiesReturns an instance of ICustomFieldProperties.

Exception | Condition |
---|---|
InvalidOperationException | Can't obtain the properties from a CustomFieldData of a SchedulableField (which is not added to a schedule). |
See Also