Validates the custom field properties.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string ValidateCustomFieldProperties(
ICustomFieldProperties customFieldProperties
)
Parameters
- customFieldProperties ICustomFieldProperties
-
An instance of ICustomFieldProperties which represents the properties of this field.
Return Value
String
If the properties are valid, an empty string will be returned.
If the properties are not valid, a non-empty string which describes the error will be returned.
Exceptions
See Also
Reference